-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.edn
21 lines (21 loc) · 1.16 KB
/
config.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
:juxt.site.alpha/seed-file "site-modules/seed/2022-05-24-141944.edn.zip"
:juxt.site.alpha/base-uri "http://localhost:2021"
:juxt.site.alpha/target-graphql-schema "/playground/graphql"
:juxt.site.alpha/target-schema-file "site-modules/playground/schema.graphql"
:juxt.site.alpha/target-resources-file "site-modules/playground/resources.edn"
:juxt.site.alpha.unix-pass/password-prefix "site/local/"
:juxt.site.alpha/basic-auth-user #profile {:dev "admin" :test "admin"}
:juxt.site.alpha/basic-auth-pwd #profile {:dev "admin" :test "admin"}
:ig/system
{:juxt.site.alpha.db/xt-node
{:xtdb/tx-log {:kv-store {:xtdb/module xtdb.rocksdb/->kv-store :db-dir ".xtdb/txes"}}
:xtdb/document-store {:kv-store {:xtdb/module xtdb.rocksdb/->kv-store :db-dir ".xtdb/docs"}}
:xtdb/index-store {:kv-store {:xtdb/module xtdb.rocksdb/->kv-store :db-dir ".xtdb/idxs"}}}
:juxt.site.alpha.server/server
{:juxt.site.alpha/xt-node #ig/ref :juxt.site.alpha.db/xt-node
:juxt.site.alpha/port 2021
:juxt.site.alpha/base-uri #ref [:juxt.site.alpha/base-uri]
:juxt.site.alpha/dynamic? #profile {:dev true :test false}}
:juxt.site.alpha.nrepl/server
{:juxt.site.alpha/port 7888}}}