forked from Archives/Athou_commafeed
set the default h2 path to a relative one next to the executable
This commit is contained in:
@@ -39,7 +39,7 @@ quarkus.shutdown.timeout=5s
|
||||
|
||||
|
||||
# prod profile overrides
|
||||
%prod.quarkus.datasource.jdbc.url=jdbc:h2:/commafeed/data/db;DEFRAG_ALWAYS=TRUE
|
||||
%prod.quarkus.datasource.jdbc.url=jdbc:h2:./data/db;DEFRAG_ALWAYS=TRUE
|
||||
%prod.quarkus.datasource.username=sa
|
||||
%prod.quarkus.datasource.password=sa
|
||||
%prod.quarkus.log.category."com.rometools.modules".level=ERROR
|
||||
|
||||
Reference in New Issue
Block a user