atst/config/base.ini
2018-08-07 10:39:53 -04:00

23 lines
650 B
INI

[default]
PORT=8000
ENVIRONMENT = dev
DEBUG = true
AUTHNID_BASE_URL= https://localhost:8001
COOKIE_SECRET = some-secret-please-replace
SECRET = change_me_into_something_secret
SECRET_KEY = change_me_into_something_secret
CAC_URL = https://localhost:8001
PE_NUMBER_CSV_URL = http://c95e1ebb198426ee57b8-174bb05a294821bedbf46b6384fe9b1f.r31.cf5.rackcdn.com/penumbers.csv
REDIS_URI = redis://localhost:6379
SESSION_TTL_SECONDS = 600
PGAPPNAME = atst
PGHOST = localhost
PGPORT = 5432
PGUSER = postgres
PGPASSWORD = postgres
PGDATABASE = atat
SESSION_TYPE = redis
SESSION_COOKIE_DOMAIN= "atat.codes"
SESSION_COOKIE_SECURE = True
SESSION_USE_SIGNER = True