First commit. Taken from open source branch of internal sample-tracking application.
This commit is contained in:
7
resources/config/datomic.edn
Normal file
7
resources/config/datomic.edn
Normal file
@@ -0,0 +1,7 @@
|
||||
{:endpoint #or [#env DATOMIC_ENDPOINT "localhost:8998"]
|
||||
:access-key #or [#env DATOMIC_ACCESS_KEY "myaccesskey"]
|
||||
:secret #or [#env DATOMIC_SECRET "mysecret"]
|
||||
:db-name #or [#env DATOMIC_DB_NAME "ereq-dev"]
|
||||
:validate-hostnames #profile {:default false
|
||||
:staging false
|
||||
:production false}}
|
||||
Reference in New Issue
Block a user