Hi
Is there a way in which I can override the values set in server.properties at request time?
Specifically, I am looking at defining multiple db configs (test,stage,production) in the server.properties file and want to decide which db to use based on the host URL. Can this be done?
Thanks
Is there a way in which I can override the values set in server.properties at request time?
Specifically, I am looking at defining multiple db configs (test,stage,production) in the server.properties file and want to decide which db to use based on the host URL. Can this be done?
Thanks
Comment