-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #761 from folio-org/release_6.1.2
chore: Release 6.1.2
- Loading branch information
Showing
4 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## | ||
# This config file connects to the postgres install from a rancher desktop instance. | ||
# Use the flag '-Dgrails.env=rancher-desktop-db' when running | ||
## | ||
|
||
dataSource: | ||
dbCreate: none | ||
url: "jdbc:postgresql://${db.host:localhost}:${db.port:5432}/${db.database:okapi_modules_test}" # Port 5432 forwarded so as not to clash. | ||
username: postgres | ||
password: pa55w0rd | ||
driverClassName: org.postgresql.Driver | ||
dialect: com.k_int.hibernate.dialects.postgres.KIPostgres94Dialect | ||
schemaHandler: com.k_int.okapi.OkapiSchemaHandler | ||
logSql: false | ||
properties: | ||
jmxEnabled: false | ||
maximumPoolSize: ${db.maxpoolsize:10} | ||
transactionIsolation: TRANSACTION_READ_COMMITTED | ||
|
||
hibernate: | ||
enable_lazy_load_no_trans: true | ||
|
||
okapi: | ||
service: | ||
host: localhost | ||
port: 30100 | ||
logging: | ||
config: classpath:logback-development.xml | ||
|
||
|
||
|
||
# register: true | ||
# deploy: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters