Skip to content

Commit 707df60

Browse files
committed
feat: group
1 parent d70a8b4 commit 707df60

File tree

2 files changed

+4614
-263
lines changed

2 files changed

+4614
-263
lines changed

platforms/blabsy/env.development

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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"

0 commit comments

Comments
 (0)