OpenAuth_server/example.env
Fabian Stamm 9234efab2a
Some checks failed
CI / build (push) Failing after 25s
Add earthfile and ci
2023-11-28 19:49:29 +01:00

7 lines
141 B
Bash

DATABASE_HOST=mongodb
DATABASE_DATABASE=openauth
CORE_NAME=OpenAuthDev
CORE_URL=http://localhost
CORE_SECRET=verysecretsecret
WEB_PORT=3000