aboutsummaryrefslogtreecommitdiffstats
path: root/example.env
blob: bee653c259e419b77c0c12d25d026a8e21001a71 (plain)
1
2
3
4
5
6
7
8
9
10
DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat"
TEST_DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat_test"
AUTH_LOCATION="dev.fatcat.wiki"
AUTH_KEY_IDENT="20190101-dev-dummy-key"
AUTH_SECRET_KEY="5555555555555555555555555555555555555555xms="
AUTH_ALT_KEYS="20181220-dev:6666666666666666666666666666666666666666xms=,20181210-dev:7777777777777777777777777777777777777777xms="
#SENTRY_DSN=
# should be localhost IP, not 'localhost'
#FATCAT_STATSD_HOST="127.0.0.1"
#FATCAT_STATSD_PORT="8125"