feat: bootstrap from Fabric monorepo
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
|
||||
# Unified inbound API auth
|
||||
FABRIC_API_KEY=change-me-api-key
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user