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
7ab8abb4
Commit
7ab8abb4
authored
Sep 01, 2014
by
Jean Michel Rouly
Browse files
Thought I already removed the weird server url thing.
parent
6ac548f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
go/settings/secret.py.template
View file @
7ab8abb4
...
...
@@ -8,9 +8,6 @@ DB_HOST = ""
PIWIK_SITE_ID = ""
PIWIK_URL = ""
# Do not include a final slash!
SERVERURL = ""
EMAIL_HOST = ""
EMAIL_PORT = ""
EMAIL_HOST_USER = ""
...
...
go/settings/settings.py.template
View file @
7ab8abb4
...
...
@@ -152,8 +152,6 @@ PIWIK_SITE_ID = secret.PIWIK_SITE_ID
PIWIK_URL = secret.PIWIK_URL
SERVERURL = secret.SERVERURL
# Mail settings
EMAIL_HOST = secret.EMAIL_HOST
EMAIL_PORT = secret.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