Sets up the Step 1 (Project Foundation) and Step 2 (Content Schemas) scaffold from the implementation sequence. Includes Docker Compose stack, Nakama TypeScript module stubs, PostgreSQL migration, Godot 4 project shell with scene stubs and NakamaClient singleton, YAML content schemas for all entity types, and example data for 3 characters, 2 jobs, and all 7 core resources. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
281 B
Text
8 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
|