mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
31 lines
620 B
Plaintext
31 lines
620 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
|
|
|
|
#EMAIL=true
|
|
#EMAIL_USERNAME=
|
|
#EMAIL_SENDER=
|
|
#EMAIL_PASSWORD=
|
|
#EMAIL_SMTP_URL=
|
|
#EMAIL_SMTP_PORT=587
|
|
|
|
#KLICKTIPP_USER=
|
|
#KLICKTIPP_PASSWORD=
|
|
#KLICKTIPP_APIKEY_DE=
|
|
#KLICKTIPP_APIKEY_EN=
|
|
#KLICKTIPP=true
|
|
COMMUNITY_NAME=
|
|
COMMUNITY_URL=
|
|
COMMUNITY_REGISTER_URL=
|
|
COMMUNITY_DESCRIPTION=
|
|
LOGIN_APP_SECRET=21ffbbc616fe
|
|
LOGIN_SERVER_KEY=a51ef8ac7ef1abf162fb7a65261acd7a |