forked from ealt/nomic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 767 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Game Directory Configuration
# Base directory containing game files (relative to project root or absolute path)
GAME_DIR=game
# Individual File Paths (optional - override defaults)
# These can be absolute paths or relative to project root
# If not set, files will be in GAME_DIR with default filenames
# PLAYER_METADATA_PATH=
# PLAYER_METADATA_FILENAME=player_metadata.csv
# INITIAL_RULES_PATH=
# INITIAL_RULES_FILENAME=initial_rules.md
# INITIAL_RULE_METADATA_PATH=
# INITIAL_RULE_METADATA_FILENAME=initial_rule_metadata.csv
# RULES_PATH=
# RULES_FILENAME=rules.md
# RULE_METADATA_PATH=
# RULE_METADATA_FILENAME=rule_metadata.csv
# PROPOSALS_PATH=
# PROPOSALS_FILENAME=proposals.md
# PROPOSAL_METADATA_PATH=
# PROPOSAL_METADATA_FILENAME=proposal_metadata.csv