Remove quotes from base config
This commit is contained in:
parent
0143cc3659
commit
e1841e021b
@ -16,7 +16,7 @@ PGPORT = 5432
|
|||||||
PGUSER = postgres
|
PGUSER = postgres
|
||||||
PGPASSWORD = postgres
|
PGPASSWORD = postgres
|
||||||
PGDATABASE = atat
|
PGDATABASE = atat
|
||||||
SESSION_TYPE = "redis"
|
SESSION_TYPE = redis
|
||||||
SESSION_COOKIE_DOMAIN= "atat.codes"
|
SESSION_COOKIE_DOMAIN= "atat.codes"
|
||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
SESSION_USE_SIGNER = True
|
SESSION_USE_SIGNER = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user