refactor(guild): prefix environment variables with FABRIC_BACKEND_GUILD

This commit is contained in:
nav
2026-05-13 12:58:32 +00:00
parent 392534a6ac
commit fdb661f32b
5 changed files with 30 additions and 30 deletions

View File

@@ -1,20 +1,20 @@
# Server
PORT=7002
FABRIC_BACKEND_GUILD_PORT=7002
# MySQL
DB_HOST=mysql-guild
DB_PORT=3306
DB_USER=fabric
DB_PASSWORD=fabric
DB_NAME=fabric_guild
DB_SYNC=true
DB_LOGGING=false
FABRIC_BACKEND_GUILD_DB_HOST=mysql-guild
FABRIC_BACKEND_GUILD_DB_PORT=3306
FABRIC_BACKEND_GUILD_DB_USER=fabric
FABRIC_BACKEND_GUILD_DB_PASSWORD=fabric
FABRIC_BACKEND_GUILD_DB_NAME=fabric_guild
FABRIC_BACKEND_GUILD_DB_SYNC=true
FABRIC_BACKEND_GUILD_DB_LOGGING=false
# Guild identity
GUILD_NODE_ID=guild-node-1
GUILD_NODE_NAME=Guild Node 1
GUILD_PUBLIC_ENDPOINT=http://localhost:7002
FABRIC_BACKEND_GUILD_NODE_ID=guild-node-1
FABRIC_BACKEND_GUILD_NODE_NAME=Guild Node 1
FABRIC_BACKEND_GUILD_PUBLIC_ENDPOINT=http://localhost:7002
# Center handshake
CENTER_BASE_URL=http://backend-center:7001
CENTER_API_KEY=
FABRIC_BACKEND_GUILD_CENTER_BASE_URL=http://backend-center:7001
FABRIC_BACKEND_GUILD_CENTER_API_KEY=