forked from suetco/suet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 682 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 682 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
32
33
34
35
# Rename this file to .env
# General
HOST="https://domain.tld"
# WEBHOOK="http://webhook-handler.tld/suet"
SESSION_KEY="something something"
AES_KEY="awesome-something"
# DB
DB_NAME="suet"
DB_URL="mongodb://localhost/suet"
# ES
#ES_HOST="127.0.0.1"
#ES_AUTH="username:password"
# Bugsnag
BS_KEY="bugsnag key here"
# Email (for password recovery and other things that may come)
EMAIL_FROM="Domain <no-reply@domain.tld>"
EMAIL_KEY="key-1234567890"
EMAIL_DOMAIN="domain.tld"
# Slack
#SLACK_CLIENT_ID="123455666"
#SLACK_CLIENT_SECRET="99904049484847447"
# SES
SES_CONFSET="suetco"
SES_TOPIC="suetco"
SES_WEBHOOK="https://ses-webhook-handler.tld/script"
# Other stuff
#PORT=3000