mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed typeorm package + orm config file added mysql2 package new config options for the database cleaned .env.dist
12 lines
263 B
Plaintext
12 lines
263 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 |