Merge pull request #534 from marko-md/develop

Add Akka sanity check #519 - tweaking
This commit is contained in:
Simon Redfern 2017-04-20 09:44:54 +01:00 committed by GitHub
commit 9069fa61d0
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
####################################