mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:38:53 +03:00
snap
This commit is contained in:
17
orchestration/.env.example
Normal file
17
orchestration/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
COMPOSE_PROJECT_NAME=androidcast_local
|
||||
|
||||
# Public entry (landing FE)
|
||||
LANDING_HTTP_PORT=8080
|
||||
|
||||
# Optional direct debug ports
|
||||
GITEA_FE_PORT=8081
|
||||
CRASHES_FE_PORT=8082
|
||||
|
||||
# Internal app creds (local dev defaults)
|
||||
MARIADB_ROOT_PASSWORD=androidcast_root
|
||||
MARIADB_DATABASE=androidcast_crashes
|
||||
MARIADB_USER=androidcast
|
||||
MARIADB_PASSWORD=androidcast
|
||||
|
||||
# Used for generated crash backend config + gitea ROOT_URL
|
||||
PUBLIC_BASE_URL=http://localhost:8080
|
||||
Reference in New Issue
Block a user