-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
env.sh
28 lines (27 loc) · 884 Bytes
/
env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
export TIDEPOOL_TIDE_WHISPERER_ENV='{
"hakken": { "host": "localhost:8000" },
"gatekeeper": { "serviceSpec": { "type": "static", "hosts": ["http://localhost:9123"] } },
"seagull": { "serviceSpec": { "type": "static", "hosts": ["http://localhost:9120"] } },
"shoreline": {
"serviceSpec": { "type": "static", "hosts": ["http://localhost:9107"] },
"name": "tide-whisperer-local",
"secret": "This needs to be the same secret everywhere. YaHut75NsK1f9UKUXuWqxNN0RUwHFBCy",
"tokenRefreshInterval": "1h"
}
}'
export TIDEPOOL_TIDE_WHISPERER_SERVICE='{
"service": {
"service": "tide-whisperer-local",
"protocol": "http",
"host": "localhost:9127",
"keyFile": "config/key.pem",
"certFile": "config/cert.pem"
},
"mongo": {
"connectionString": "mongodb://localhost/data"
},
"schemaVersion": {
"minimum": 1,
"maximum": 99
}
}'