forked from pulumi/pulumi-self-hosted-installers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
console_vars.env
34 lines (26 loc) · 1.05 KB
/
console_vars.env
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
# This environment file contains all of the possible variables that can be configured
# for the Console UI. Set only default values here. If you need to override these values with
# environment variables, then override these in the `environment` property under the `console`
# service in the docker-compose file.
#
# Secrets and keys must be overridden using the method specified above. Do not set values for sensitive
# settings in this file.
AWS_REGION=
PULUMI_ENTERPRISE=true
PULUMI_API=http://pulumi-api:8080
PULUMI_SNS_NOTIFICATION_TOPIC=
PULUMI_SNS_INFORMATION_TOPIC=
# URL to redirect the user after a successful login.
CONSOLE_DOMAIN=
# URL to redirect the user after they logout.
HOMEPAGE_DOMAIN=
# If you are using a sub-domain for the Console,
# specify the ROOT_DOMAIN in addition to the
# HOMEPAGE_DOMAIN value, so that that the Node server
# can redirect the user to the homepage.
ROOT_DOMAIN=
RECAPTCHA_SITE_KEY=
LOGIN_RECAPTCHA_SITE_KEY=
# OAuth Identity Endpoints
GITHUB_OAUTH_ENDPOINT=https://github.com
GITLAB_OAUTH_ENDPOINT=https://gitlab.com