forked from KerbalStuff/KerbalStuff
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.ini.example
More file actions
59 lines (50 loc) · 1.38 KB
/
config.ini.example
File metadata and controls
59 lines (50 loc) · 1.38 KB
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
[meta]
# enviornment=prod for deployed instances
environment=dev
[dev]
# Change this to the actual location of your site
protocol=http
domain=localhost:5000
# Set to true to recompile resources on every request
# Turn this off in production
debug-static-recompile=false
# Change this value to something random and secret
secret-key=hello world
# Keep this false unless you know what it means
use-x-accel=false
# On the debug server, this lets you choose what to bind to
debug-host=0.0.0.0
debug-port=5000
# To send emails, fill out these details
smtp-host=
smtp-port=
smtp-user=
smtp-password=
# Exceptions are emailed here
error-to=
error-from=
# SQL connection string
connection-string=postgresql://postgres@localhost/kerbalstuff
# Absolute path to the directory you want to store mods in
storage=/path/to/storage
# Configure these to determine who can send GitHub-style hook notifications to the site
# to configure an automatic redeployment. Defaults to trusting GitHub and localhost.
hook_ips = 204.232.175.64/27,192.30.252.0/22,127.0.0.1
hook_repository=SirCmpwn/KerbalStuff
hook_branch=master
restart_command=sudo systemctl restart kerbalstuff
# Various services you can plug in
# GitHub
gh-oauth-id=
gh-oauth-secret=
# Ads
project_wonderful_id=
# Analytics
google_analytics_id=
google_analytics_domain=
# Blog comments
disqus_id=
# NetKAN integration
netkan_repo_path=
github_user=
github_pass=