forked from stardew-valley-dedicated-server/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dev.example
More file actions
25 lines (19 loc) · 806 Bytes
/
.env.dev.example
File metadata and controls
25 lines (19 loc) · 806 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
########################################
# Development Configuration #
########################################
# Copy to .env.dev for local development.
# NOT needed for running the server in Docker.
# Path to Stardew Valley installation
# Used by Directory.Build.props and decompile scripts
GAME_PATH="C:/Program Files (x86)/Steam/steamapps/common/Stardew Valley"
########################################
# Test Configuration #
########################################
# Show all container logs during tests (disables noise filtering)
# SDVD_TEST_VERBOSE=true
# Disable unicode status icons in test output
# SDVD_TEST_ICONS=false
# Skip Docker image builds during test setup
# SDVD_SKIP_BUILD=true
# Docker image tag for tests (default: "local")
# SDVD_IMAGE_TAG=local