-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
24 lines (17 loc) · 925 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## port on which the service will run (required)
PORT=
## base url of the service - defaults to localhost with the given port
#BASE_URL=
## set to 1 if the app is running behind reverse proxy
#BEHIND_PROXY=
# comma-separated uris of groups that are indexed by the service (required)
INDEXED_GROUPS=
## comma-separated uris of groups that are allowed to query the service - defaults to INDEXED_GROUPS when undefined. Uncomment (set to empty string) to allow everybody.
#ALLOWED_GROUPS=
## configure types of things we're interested in
THING_TYPE="http://w3id.org/hospex/ns#Accommodation"
## cron-style schedule to define how often the index should refresh
## e.g. the example below makes the index run every 6 hours (default)
#REFRESH_SCHEDULE="0 */6 * * *"
## TODO configure discovery of the thing from the person's profile, probably as ldhop query JSON
## defaults to whatever is needed for it to run with SolidCouch