forked from KSP-SpaceDock/SpaceDock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.example
75 lines (64 loc) · 1.95 KB
/
config.ini.example
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
70
71
72
73
74
75
[meta]
# enviornment=prod for deployed instances
environment=dev
[dev]
# The displayed name of this site
site-name=Spacedock.Info
# The email where users who need help write to
# Where the source code of your page is hosted. If you have forked and
# edited the code, change this. Otherwise don't.
source-code=https://github.com/KSP-SpaceDock/KerbalStuff
# If you have an IRC Channel for providing support, you may add the adress here.
irc-channel=http://webchat.esper.net/?channels=spacedock
# 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
# Set this to False to disable registration
registration=True
# 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=KSP-SpaceDock/KerbalStuff
hook_branch=master
restart_command=sudo systemctl restart kerbalstuff
# Various services you can plug in
# GitHub (Login)
gh-oauth-id=
gh-oauth-secret=
# Google (Login)
google-oauth-id=
google-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=