How to use custom JdbcUrl when deploying an app (on premise) in server console?

0
You can use custom connection settings in Studio Pro when developing, but then you can't use these custom settings once deploying the app. We need to specify some custom settings in the DatabaseJdbcUrl for the app when deploying it, but there does not seem to be any way to do so. We attempted adding in the setting into the setting.yaml file in the apps deployment folder on the server, but that doesn't seem to be used.
asked
1 answers
1

In the service console, click your app, then Configuration. In there click Advanced...

 

You'll get the screen shown here on the right, where you can specify custom runtime settings like DatabaseJdbcUrl.

 

 Screenshot 2024-10-11 at 1.22.49 PM.png

answered