-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 923 Bytes
/
.env.example
File metadata and controls
18 lines (16 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Be careful with any write operations (mainly annotations) when using the
# production API (the default value below).
#
# When testing against your own local copy of web-monitoring-db (e.g. for write
# operations or different datasets), you should set that URL here. By default
# development copies of web-monitoring-db run at:
# http://localhost:3000
# But you might set up your own development environment differently.
WEB_MONITORING_DB_URL=https://api.monitoring.envirodatagov.org
# Redirect all HTTP requests to https (you probably want this off in development)
# FORCE_SSL=true
# Don't force the user to log in before trying to browse. (Defaults to false)
# Make sure this is aligned with the the API you are connecting to in
# `WEB_MONITORING_DB_URL`! The API does not allow public users and you set this
# to `true`, you're gonna have a bad time: most requests will result in errors.
ALLOW_PUBLIC_VIEW='true'