mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 02:18:40 +03:00
initial
This commit is contained in:
18
.env.example
Normal file
18
.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
BUILD_FE_PORT=8083
|
||||
|
||||
# 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