You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
287 B

ABSTRUSE_HTTP_ADDR=0.0.0.0:8080
ABSTRUSE_HTTP_COMPRESS=true
ABSTRUSE_WEBSOCKET_ADDR=localhost:2220
ABSTRUSE_AUTH_JWTSECRET=$JWTSECRET
ABSTRUSE_DB_DRIVER=postgres
ABSTRUSE_DB_HOST=localhost
ABSTRUSE_DB_PORT=5432
ABSTRUSE_DB_USER=postgres
ABSTRUSE_DB_PASSWORD=
ABSTRUSE_DB_NAME=abstrusedb