mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
21 lines
585 B
Properties
21 lines
585 B
Properties
postgres.version=9.6
|
|
postgres.dbName=test_db
|
|
postgres.dbUser=test_user
|
|
postgres.dbPassword=test
|
|
postgres.dbExtensions=hstore,pgcrypto
|
|
|
|
|
|
sqlserver.version=2017-CU2
|
|
#sqlserver.port=1433
|
|
#sqlserver.dbName=test_db
|
|
#sqlserver.dbUser=test_user
|
|
#sqlserver.dbPassword=SqlS3rv#r
|
|
|
|
|
|
hana.version=2.00.033.00.20180925.2
|
|
hana.port=39117
|
|
hana.instanceNumber=91
|
|
hana.passwordsUrl=file:///hana/mounts/passwords.json
|
|
hana.mountsDirectory=/data/dockermounts
|
|
# agree to the SAP license (https://www.sap.com/docs/download/cmp/2016/06/sap-hana-express-dev-agmt-and-exhibit.pdf)
|
|
hana.agreeToSapLicense=false |