Initial commit - realms platform
This commit is contained in:
parent
c590ab6d18
commit
c717c3751c
234 changed files with 74103 additions and 15231 deletions
24
nakama/config.yml
Normal file
24
nakama/config.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
name: realms-nakama
|
||||
|
||||
database:
|
||||
address:
|
||||
- "streamuser:${DB_PASSWORD}@postgres:5432/nakama?sslmode=disable"
|
||||
|
||||
socket:
|
||||
server_key: "${NAKAMA_SERVER_KEY}"
|
||||
|
||||
session:
|
||||
token_expiry_sec: 86400 # 24 hours (matches app JWT)
|
||||
|
||||
runtime:
|
||||
js_entrypoint: "main.js"
|
||||
env:
|
||||
- "JWT_SECRET=${JWT_SECRET}"
|
||||
|
||||
console:
|
||||
username: "admin"
|
||||
password: "${NAKAMA_CONSOLE_PASSWORD}"
|
||||
|
||||
logger:
|
||||
level: "INFO"
|
||||
stdout: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue