This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
39 lines (29 loc) · 1.59 KB
/
config.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
28
29
30
31
32
33
34
35
36
37
38
39
# Required to start the server
serverProto: "http" # server protocol exposed to end user
serverHost: "localhost:3000" # server host exposed to end user
localHost: "localhost:3000" # local server port/host to start the server
# Authentication Options
githubURLEndPoint: "https://github.com/" # "https://github.acme.com/"
githubAPIEndPoint: "https://api.github.com/" # "https://github.acme.com/api/v3/"
gitlabURLEndPoint: "https://gitlab.com/" # "https://gitlab.acme.com/"
gitlabAPIEndPoint: "https://gitlab.com/api/v3/" # "https://gitlab.acme.com/api/v3/"
webhookIntegrations: ["generic", "slack"]
# Location of data being saved
dataDir: "./data"
settingsFile: "settings.yml"
# Notification From Name
fromName: "Git Notify" # use "Git Acme" for your company
# Email Setup
fromEmail: "[email protected]" # the from customers recognise and valid at your provider
smtpHost: "email-smtp.us-east-1.amazonaws.com"
# smtpHost: "" # set as "" to disable emails
smtpPort: 587
sesConfigurationSet: "gitnotify" # adds a tag header when using ses
# Path of view templates required to load
templateDir: "tmpl/" # should end with / Use OS specific delimiters
templatePartialsDir: "tmpl/partials/" # should end with / Use OS specific delimiters
googleAnalytics: "" # setup id if you want to track simple page view analytics
cacheMode: false # Use true in production to not reload templates and client side cache of typeahead requests
stathatEnvironment: "dev"
stathatKey: "[email protected]"
sentryDSN: ""