beherbergung/backend/src/config.edn

31 lines
575 B
Clojure
Raw Normal View History

2022-03-12 16:04:21 +01:00
{
:frontend-base-url "http://localhost:4000"
:frontend-backend-base-url "http://localhost:4000"
:port 4000
2022-03-12 16:04:21 +01:00
:jwt-secret nil
:verbose false
:validate-output true
:db-inmemory false
:db-dir "./data/xtdb/rocksdb"
:db-seed nil #_"./src/beherbergung/db/seed/test.edn"
:db-export-prefix "./data/export/"
:db-validate true
2022-03-09 14:24:03 +01:00
:import-file nil #_"./data/sample-data/example.edn"
2022-03-15 03:51:45 +01:00
:import-ngo "warhelp"
2022-03-09 07:43:51 +01:00
;:mail-host ""
;:mail-user ""
;:mail-pass ""
;:mail-port 587
;:mail-from nil
:admin-passphrase nil
:admin-gpg-id "9EA68B7F21204979645182E4287B083353C3241C"
}