Skip to content

Commit e6233fe

Browse files
authored
conf file clean up (mis-matched parenthesis) (#7)
1 parent 3fa85bd commit e6233fe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ how to deploy the service.
1818
To setup the database run `com.salesforce.mce.acdc.tool.ProvisionDatabase`.
1919

2020
```shell
21+
export POSTGRES_PASSWORD=<my db password>
2122
sbt 'project core; run ProvisionDatabase'
2223
```
2324

acdc-ws/conf/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# HOCON will fall back to substituting environment variable:
1616
#mykey = ${JAVA_HOME}
1717

18-
acdc-api-key = "f6e42a3c0dffee079face0da061ee2c9a871eebe098ac481248e34cfe023955b"
1918
acdc.auth = {
2019
enabled = false
2120
header-name = "x-api-key"
2221
hashed-keys = {
2322
user = [ ${?MCE_ENV_X_API_USER1} , ${?MCE_ENV_X_API_USER2} ]
2423
admin = [ ${?MCE_ENV_X_API_ADMIN1} , ${?MCE_ENV_X_API_ADMIN2} ]
24+
}
2525
}
2626

2727
## Akka

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.0.4"
1+
ThisBuild / version := "0.0.5"

0 commit comments

Comments
 (0)