mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:37:00 +00:00
Merge pull request #534 from marko-md/develop
Add Akka sanity check #519 - tweaking
This commit is contained in:
commit
9069fa61d0
@ -29,7 +29,7 @@ remotedata.hostname=10.0.0.19
|
||||
# Arbitrary port of your choosing
|
||||
remotedata.port=5448
|
||||
# Arbitrary value used in order to assure us that remote and local sides are paired well
|
||||
remotedata.secret=secret
|
||||
remotedata.secret=CHANGE_ME
|
||||
|
||||
# Optionally configure postgres, otherwise file-based H2 will be used
|
||||
remotedata.db.driver=org.postgresql.Driver
|
||||
|
||||
@ -93,7 +93,7 @@ db.url=jdbc:postgresql://localhost:5432/dbname?user=dbusername&password=thepassw
|
||||
#remotedata.hostname=127.0.0.1
|
||||
#remotedata.port=2662
|
||||
# Arbitrary value used in order to assure us that remote and local sides are paired well
|
||||
#remotedata.secret=secret
|
||||
#remotedata.secret=CHANGE_ME
|
||||
|
||||
## Set separate database for data split
|
||||
## If remotedata is disabled, bd has to be accessible from local machine
|
||||
|
||||
@ -52,7 +52,7 @@ tests.port=8016
|
||||
#remotedata.hostname=127.0.0.1
|
||||
#remotedata.port=2662
|
||||
# Arbitrary value used in order to assure us that remote and local sides are paired well
|
||||
remotedata.secret=secret
|
||||
remotedata.secret=CHANGE_ME
|
||||
|
||||
End of minimum settings
|
||||
####################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user