Closed AminArria closed 5 years ago
Did you test the github login flow?
I think you need to add the github and amazon SES credentials somewhere to get email and github login working
Github and amazon SES credentials are directly looked for as OS env vars.
I tested the Github login and it works fine.
Travis fails due to not having updated holidays
Created Dockerfile to generate docker image and modified
prod.config
to get some values from env:RELX_REPLACE_OS_VARS=true
SSL_CERTFILE=</dir/of/ssl/fullchain.pem>
SSL_KEYFILE=</dir/of/ssl/privkey.pem>
TOKEN_SECRET=<secret_token_hash>
POSTGRES_HOST=<holiday_ping_postgres_1>
POSTGRES_USER=<postgres user>
POSTGRES_PASSWORD=<postgres user password>
POSTGRES_DB=<postgres database>