Skip to content

Commit

Permalink
Update environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn committed Sep 19, 2024
1 parent 5c7de9c commit e68340e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ if (project == rootProject) {
"Custom Deployment"(Application) {
moduleName = "${getProject().idea.module.name}.setup.main"
envs = [
OR_MAP_SETTINGS_PATH: "../deployment/map/mapsettings.json",
OR_MAP_TILES_PATH: "../deployment/map/mapdata.mbtiles",
OR_CUSTOM_APP_DOCROOT: "../deployment/manager/app",
OR_CONSOLE_APP_CONFIG_DOCROOT: "../deployment/manager/consoleappconfig"
OR_MAP_SETTINGS_PATH: "deployment/map/mapsettings.json",
OR_MAP_TILES_PATH: "deployment/map/mapdata.mbtiles",
OR_CUSTOM_APP_DOCROOT: "deployment/manager/app",
OR_CONSOLE_APP_CONFIG_DOCROOT: "deployment/manager/consoleappconfig"
]
}
}
Expand Down

0 comments on commit e68340e

Please sign in to comment.