File tree Expand file tree Collapse file tree 2 files changed +4614
-263
lines changed Expand file tree Collapse file tree 2 files changed +4614
-263
lines changed Original file line number Diff line number Diff line change
1
+ REGISTRY_DATABASE_URL="postgres://merul:password@localhost:5432/registry"
2
+ REGISTRY_SHARED_SECRET="dogggggee"
3
+
4
+ PROVISIONER_DATABASE_URL="postgres://merul:password@localhost:5432/provisioner"
5
+
6
+ PUBLIC_VERIFF_KEY="a2b2d1a7-e060-4733-95e4-6f3bce6fc4da"
7
+ VERIFF_HMAC_KEY="a0359774-ac9d-4609-8fa7-754fcfc9df11"
8
+
9
+ # set this to allow or deny
10
+ DUPLICATES_POLICY="allow"
11
+
12
+ IP_ADDR="http://192.168.0.226"
13
+
14
+ PICTIQUE_DATABASE_URL="postgres://merul:password@localhost:5432/pic"
15
+ PICTIQUE_MAPPING_DB_PATH=/Users/mrl/data/pic
16
+
17
+ BLABSY_DATABASE_URL="postgres://merul:password@localhost:5432/blab"
18
+ BLABSY_MAPPING_DB_PATH="/Users/mrl/data/blabsy"
19
+
20
+ GOOGLE_APPLICATION_CREDENTIALS="/Users/mrl/Projects/metastate//secrets/firebase-secrets.json"
21
+
22
+ PUBLIC_REGISTRY_URL="https://registry.w3ds-prototype.merul.org"
23
+ PUBLIC_PROVISIONER_URL="https://provisioner.w3ds-prototype.merul.org"
24
+
25
+ # PUBLIC_REGISTRY_URL="http://192.168.0.226:4321"
26
+ # PUBLIC_PROVISIONER_URL="http://192.168.0.226:3000"
27
+
28
+ PUBLIC_PICTIQUE_URL="http://192.168.0.226:5173"
29
+ PUBLIC_PICTIQUE_BASE_URL="http://192.168.0.226:1111"
30
+ PUBLIC_BLABSY_URL="http://192.168.0.226:8080"
31
+ PUBLIC_BLABSY_BASE_URL="http://192.168.0.226:4444"
You can’t perform that action at this time.
0 commit comments