Initial
This commit is contained in:
16
listify-api/.env.docker.example
Normal file
16
listify-api/.env.docker.example
Normal file
@@ -0,0 +1,16 @@
|
||||
PORT=3000
|
||||
|
||||
# Wenn MySQL auf deinem Windows-/Host-System laeuft, nutze mit Docker Desktop:
|
||||
# DB_HOST=host.docker.internal
|
||||
DB_HOST=host.docker.internal
|
||||
DB_PORT=3306
|
||||
DB_USERNAME=listify
|
||||
DB_PASSWORD=change-me
|
||||
DB_DATABASE=listify
|
||||
DB_LOGGING=false
|
||||
|
||||
JWT_ACCESS_SECRET=change-me-access-secret
|
||||
JWT_REFRESH_SECRET=change-me-refresh-secret
|
||||
|
||||
# Browser-URL, unter der der Container erreichbar ist.
|
||||
CLIENT_URL=http://localhost:8080
|
||||
Reference in New Issue
Block a user