Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 3, 2023
1 parent 26b410e commit 81a0ee4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions installers/esg/.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ GITLAB_APP_ID=${GITLAB_APP_ID:?err}
GITLAB_APP_SECRET=${GITLAB_APP_SECRET:?err}

# Common
LEGEND_EXTERNAL_BASE_URL=http://localhost
LEGEND_EXTERNAL_BASE_URL=https://d7nifimeibcde.cloudfront.net

# Engine
ENGINE_IMAGE_VERSION=4.26.5
ENGINE_IMAGE_VERSION=4.33.0
ENGINE_MAVEN_VERSION=3.15.3
ENGINE_HOST=localhost
ENGINE_PORT=6300
Expand Down
3 changes: 1 addition & 2 deletions installers/esg/engine/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
},
"swagger": {
"title": "Legend Engine",
"resourcePackage": "org.finos.legend",
"uriPrefix": "/api"
"resourcePackage": "org.finos.legend"
},
"server": {
"rootPath": "/engine/api",
Expand Down
4 changes: 3 additions & 1 deletion installers/esg/studio/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"extensions": {
"core": {
"TEMPORARY__disableSDLCProjectCreation": false,
"TEMPORARY__disableServiceRegistration": true
"TEMPORARY__disableServiceRegistration": true,
"TEMPORARY__enableFunctionActivatorSupport": true,
"TEMPORARY__enableRawSQLExecutor": true
}
}
}
2 changes: 1 addition & 1 deletion installers/esg/studio/config/server-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ logging:
- type: console

pac4j:
callbackPrefix: /api/pac4j
callbackPrefix: /studio/api/pac4j
clients:
- org.finos.legend.server.pac4j.gitlab.GitlabClient:
name: gitlab
Expand Down

0 comments on commit 81a0ee4

Please sign in to comment.