File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ how to deploy the service.
18
18
To setup the database run ` com.salesforce.mce.acdc.tool.ProvisionDatabase ` .
19
19
20
20
``` shell
21
+ export POSTGRES_PASSWORD=< my db password>
21
22
sbt ' project core; run ProvisionDatabase'
22
23
```
23
24
Original file line number Diff line number Diff line change 15
15
# HOCON will fall back to substituting environment variable:
16
16
#mykey = ${JAVA_HOME}
17
17
18
- acdc-api-key = "f6e42a3c0dffee079face0da061ee2c9a871eebe098ac481248e34cfe023955b"
19
18
acdc.auth = {
20
19
enabled = false
21
20
header-name = "x-api-key"
22
21
hashed-keys = {
23
22
user = [ ${?MCE_ENV_X_API_USER1} , ${?MCE_ENV_X_API_USER2} ]
24
23
admin = [ ${?MCE_ENV_X_API_ADMIN1} , ${?MCE_ENV_X_API_ADMIN2} ]
24
+ }
25
25
}
26
26
27
27
## Akka
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 0.0.4 "
1
+ ThisBuild / version := " 0.0.5 "
You can’t perform that action at this time.
0 commit comments