-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathconfig.example.yml
27 lines (23 loc) · 1.1 KB
/
config.example.yml
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
# This file contains the config needed to configure the UI.
# Environment variables will override this config if they exist
# You need to create a config.yml file with your own values to run locally
# This key needs access to the following APIs:
# - Maps JavaScript API
# - Street View API
# Note that the settings for this key are in Google Cloud Platform under the
# AskDarcel project
GOOGLE_API_KEY: "AIzaSyAz2oiKYp048xbbjXH54PrNDdQO38I6-pc"
# Please replace the entire value of the ALGOLIA_INDEX_PREFIX setting with your
# GitHub username, including the < and > symbols.
ALGOLIA_INDEX_PREFIX: "<ENTER_YOUR_GITHUB_USERNAME_HERE>"
ALGOLIA_APPLICATION_ID: "J8TVT53HPZ"
ALGOLIA_READ_ONLY_API_KEY: "fdf77b152ff7ce0ea4e4221ff3d17d85"
MOHCD_SUBDOMAIN: "testing"
# uncomment this to simulate sfserviceguide whitelabel UI locally, assuming that
# you're pointing to localhost:8080
# MOHCD_DOMAIN: 'localhost:8080'
# Auth0 config values
AUTH0_AUDIENCE: "http://localhost:8080/api"
AUTH0_CLIENT_ID: "UcnuRrX6S0SeDEhW9PRe01wEhcvIRuwc"
AUTH0_DOMAIN: "dev-nykixf8szsm220fi.us.auth0.com"
AUTH0_REDIRECT_URI: "http://localhost:8080/auth"