-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsample.env
40 lines (32 loc) · 1.07 KB
/
sample.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Make sure these folders also exists under zou-app/jobs volumes in docker-compose
PREVIEW_FOLDER=/opt/zou/previews
TMP_DIR=/tmp/zou
# The domain name of your kitsu instance
DOMAIN_NAME=localhost:8800
EVENT_STREAM_HOST=zou-event
# Change this key to something long and secure.
# Both values should be the same!
MEILI_MASTER_KEY="342594286031026271230759693436"
INDEXER_KEY="342594286031026271230759693436"
INDEXER_HOST="meilisearch"
INDEXER_PORT="7700"
KV_HOST=redis
DB_HOST=db
DB_USER=postgres
DB_PASSWORD=Un53cur3Pa55w0rd
DB_DB=zoudb
# Should be the same as DB above
POSTGRES_USER=postgres
POSTGRES_PASSWORD=Un53cur3Pa55w0rd
POSTGRES_DB=zoudb
# SAML options
#SAML_ENABLED=True
#SAML_IDP_NAME="IDP NAME (Will be visible on the login page.)"
#SAML_METADATA_URL="YOUR SAML METADATA URL"
# Email options
#MAIL_SERVER=smtp.gmail.com
#MAIL_PORT=587
#MAIL_USERNAME="YOUR EMAIL"
#MAIL_PASSWORD="YOUR PASSWORD (I HIGHLY recommend using an app-password as if compromised you just need to remove the app. Google it to know more.)"
#MAIL_DEFAULT_ENDER=no-reply@"YOUR EMAIL DOMAIN"
#MAIL_USE_TLS=True