
Fixed TTL in DB to match maxAge of session Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
7 lines
191 B
Bash
7 lines
191 B
Bash
HTTPS=true
|
|
SSL_CRT_FILE=/etc/letsencrypt/live/ketrenos.com/cert.pem
|
|
SSL_KEY_FILE=/etc/letsencrypt/live/ketrenos.com/privkey.pem
|
|
REACT_APP_basePath="/"
|
|
NODE_CONFIG_ENV='production'
|
|
LOG_LINE=1
|