Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
36f99ce7
Commit
36f99ce7
authored
Nov 18, 2016
by
David Haynes
Browse files
Remove piwik from secret.py
- we don't use piwik, so remove those vars
parent
e23060ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
go/settings/secret.py.template
View file @
36f99ce7
...
@@ -12,11 +12,6 @@ DB_PASSWORD = ""
...
@@ -12,11 +12,6 @@ DB_PASSWORD = ""
# Often left blank
# Often left blank
DB_HOST = ""
DB_HOST = ""
# Set piwik server site id (piwik can track multiple websites)
PIWIK_SITE_ID = ""
# Point to the piwik url
PIWIK_URL = ""
# Email configuration, if necessary
# Email configuration, if necessary
EMAIL_HOST = ""
EMAIL_HOST = ""
EMAIL_PORT = ""
EMAIL_PORT = ""
...
...
provisioning/templates/secret.py.j2
View file @
36f99ce7
...
@@ -12,11 +12,6 @@ DB_PASSWORD = "{{ mysql['pass'] }}"
...
@@ -12,11 +12,6 @@ DB_PASSWORD = "{{ mysql['pass'] }}"
# Often left blank
# Often left blank
DB_HOST = ""
DB_HOST = ""
# Set piwik server site id (piwik can track multiple websites)
PIWIK_SITE_ID = ""
# Point to the piwik url
PIWIK_URL = ""
# Email configuration, if necessary
# Email configuration, if necessary
EMAIL_HOST = ""
EMAIL_HOST = ""
EMAIL_PORT = ""
EMAIL_PORT = ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment