2
0
mirror of https://github.com/offen/website.git synced 2024-11-21 16:50:27 +01:00

use config package for configuring http app

This commit is contained in:
Frederik Ring 2019-08-15 11:55:35 +02:00
parent 4cba3c89f6
commit ac8f63f0c2
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,7 @@ jobs:
environment:
- POSTGRES_CONNECTION_STRING=postgres://circle:test@localhost:5432/circle_test?sslmode=disable
- PORT=8080
- EVENT_RETENTION_PERIOD=4464h
- image: circleci/postgres:11.2-alpine
environment:
- POSTGRES_USER=circle

View File

@ -43,12 +43,15 @@ services:
- ./bootstrap.yml:/offen/server/bootstrap.yml
- serverdeps:/go/pkg/mod
environment:
CORS_ORIGIN: http://localhost:9977
OPTOUT_COOKIE_DOMAIN: localhost
POSTGRES_CONNECTION_STRING: postgres://postgres:develop@server_database:5432/postgres?sslmode=disable
KMS_ENCRYPTION_ENDPOINT: http://kms:8081/encrypt
PORT: 8080
JWT_PUBLIC_KEY: http://accounts:5000/api/key
DEVELOPMENT: '1'
COOKIE_EXCHANGE_SECRET: Wsttdo4Z3mXV5sTc
EVENT_RETENTION_PERIOD: 4464h
ports:
- 8080:8080
command: refresh run