* 2919: rewrite for update to apollo 4 (#131) * rewrite for update to apollo 4 * removed container tests, edited make to publish any branch to staging * revert makefile * cleanup * update 1 * more fixes to get it working on aws * enabled csrf prevention protection, testing if build works * switched to express version * changed the healthcheck url * added cache to restdatasources * 3011: create a login mutation on graphql server that responds with a access token (#133) * 3011 added login rest endpoint and general scope fixes * changed login auth to basic auth username and password * minor changes from CR feedback * force update * added tighter timeout for idle knex connection * Refactor authentication and scopes (#134) * big refactor of scopes in graphql * cr fixes * some security fixes (#135) * some security fixes * cleanup * update staging * minor readme change
14 lines
480 B
Bash
14 lines
480 B
Bash
DATABASE_URL=postgresql://fondberg:@docker.for.mac.localhost/photowall
|
|
COGNITO_POOL_ID=eu-west-1_3O4VfvPn7
|
|
COGNITO_LOGIN_CLIENT_ID=
|
|
COGNITO_LOGIN_CLIENT_SECRET=
|
|
COGNITO_LOGIN_CLIENT_URL=https://photowall-test-admin.auth.eu-west-1.amazoncognito.com
|
|
WEB_CLIENT_USERNAME=webclient
|
|
WEB_CLIENT_PASSWORD=
|
|
INTERIORS_TOKEN=
|
|
INTERIORS_URL=https://0hrq0zel2h.execute-api.eu-west-1.amazonaws.com/Prod
|
|
AWS_SECRET_ACCESS_KEY=
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_DEFAULT_REGION=eu-west-1
|
|
BERNARD_QUEUE_URL=
|