mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
21 lines
439 B
Plaintext
21 lines
439 B
Plaintext
PORT=4000
|
|
JWT_SECRET=secret123
|
|
JWT_EXPIRES_IN=10m
|
|
GRAPHIQL=false
|
|
LOGIN_API_URL=http://login-server:1201/
|
|
COMMUNITY_API_URL=http://nginx/api/
|
|
GDT_API_URL=https://gdt.gradido.net
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_DATABASE=gradido_community
|
|
#KLICKTIPP_USER=
|
|
#KLICKTIPP_PASSWORD=
|
|
#KLICKTIPP_APIKEY_DE=
|
|
#KLICKTIPP_APIKEY_EN=
|
|
#KLICKTIPP=true
|
|
COMMUNITY_NAME=
|
|
COMMUNITY_URL=
|
|
COMMUNITY_REGISTER_URL=
|
|
COMMUNITY_DESCRIPTION= |