Skip to content

Commit

Permalink
Fix default project root
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Jan 14, 2024
1 parent 5fdf3f6 commit eb048be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const PROJECT_ROOT_ENV_KEY = "OJ_LAB_PROJECT_ROOT"
const OVERRIDE_CONFIG_NAME_ENV_KEY = "OJ_LAB_OVERRIDE_CONFIG_NAME"

const DEFAULT_OVERRIDE_CONFIG_NAME = "override"
const DEFAULT_PROJECT_ROOT = "oj-lab-services"
const DEFAULT_PROJECT_ROOT = "oj-lab-platform"

type ServiceEnv string

Expand Down

0 comments on commit eb048be

Please sign in to comment.