forked from altamino/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 692 Bytes
/
Copy path.env.example
File metadata and controls
31 lines (24 loc) · 692 Bytes
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
MONGODB_CONNECTION_STRING=mongodb://mongo:27017
MONGODB_MAIN_DB=altamino
REDIS_CONNECTION_STRING=redis://localhost:6379
S3_SERVICE_NAME=
S3_ACCESS_KEY=
S3_SECRET_ACCESS_KEY=
S3_ENDPOINT_URL=http://minio:9000
S3_BUCKET_NAME=altamino-media
MEDIA_BASE_URL=http://media.example.com/altamino-media # change
MAX_FILE_SIZE=5000000
MAX_TEXT_SIZE=2000
# MailHog for dev
SMTP_SERVER=mailhog
SMTP_PORT=1025
SMTP_USER=noreply@altamino.local
SMTP_PSWD=anything
SMTP_SNDR=noreply@altamino.local
SMTP_STARTTLS=false
API_DOMAIN=https://service.example.com # change
SITE_DOMAIN=wss://example.com # change
WS_LINK=wss://ws.example.com
WS_ADMIN_KEY=change-me
WS_ADMIN_VERIFY=true
PASSWORD_SALT=change-me