This repository has been archived by the owner on May 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
env.sample
69 lines (48 loc) · 1.9 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# The absolute path to your project root. If you followed the cloning instructions
# above, this path should end with `cg-dashboard-ws`
export GOPATH=
# Registered client id with UAA.
export CONSOLE_CLIENT_ID=
# The client secret.
export CONSOLE_CLIENT_SECRET=
# The URL of the service itself.
export CONSOLE_HOSTNAME=http://localhost:9999
# The base URL of the auth service.
export CONSOLE_LOGIN_URL=https://login.fr.cloud.gov
# The URL of the UAA service.
export CONSOLE_UAA_URL=https://uaa.fr.cloud.gov
# The URL of the API service.
export CONSOLE_API_URL=https://api.fr.cloud.gov
# The URL of the loggregator service.
export CONSOLE_LOG_URL=https://loggregator.fr.cloud.gov
# The key used to protect session data
export CSRF_KEY="$(openssl rand -hex 32)"
# The key used to protect session data
export SESSION_AUTHENTICATION_KEY="$(openssl rand -hex 64)"
# <optional> If set to `true` or `1`, will turn on `/debug/pprof` endpoints as seen [here](https://golang.org/pkg/net/http/pprof/)
# export PPROF_ENABLED=true
# <optional> The absolute path to your `cg-style` repo. If set, will use a local
# copy of `cloudgov-style` to build the front end application.
# export CG_STYLE_PATH=
# If set to `true` or `1`, will set the `secure` flag on session cookies
export SECURE_COOKIES=true
# <optional> If set to `true` or `1`, will indicate that we are using a
# development Cloud Foundry deployment.
# needed before anything insecure can be used (e.g. insecure cookies.)
# export LOCAL_CF=0
# <optional> The name of the skin to use (defaults to cg)
# export SKIN_NAME=cg
# The SMTP HOST for mailcatcher
export SMTP_HOST=localhost
# The SMTP PORT
export SMTP_PORT=1025
# The SMTP USER
export SMTP_USER=
# The SMTP PASS
export SMTP_PASS=
# The FROM Address for email
export SMTP_FROM='[email protected]'
# The New Relic ID
export NEW_RELIC_ID=12345
# The New Relic Browser License ID
export NEW_RELIC_BROWSER_LICENSE_KEY=abcdef