9 lines
281 B
Text
9 lines
281 B
Text
|
|
# Copy to .env and fill in values for local development.
|
||
|
|
# .env is gitignored — never commit real secrets.
|
||
|
|
|
||
|
|
NAKAMA_SERVER_KEY=xyvera-dev-key
|
||
|
|
POSTGRES_PASSWORD=xyvera-dev-pass
|
||
|
|
|
||
|
|
# Set to override the default localhost connection in the Godot client:
|
||
|
|
# XYVERA_NAKAMA_HOST=localhost
|