chore: add .env.example for center and guild services

This commit is contained in:
nav
2026-05-12 08:40:58 +00:00
parent 4eaac38484
commit 07c8a0f99d
3 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Server
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
# Guild identity
GUILD_NODE_ID=guild-node-1
GUILD_NODE_NAME=Guild Node 1
GUILD_PUBLIC_ENDPOINT=http://localhost:7002
# Center handshake
CENTER_BASE_URL=http://backend-center:7001
CENTER_SHARED_SECRET=change-me-center-secret