Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
baf66cae
Commit
baf66cae
authored
Jan 15, 2018
by
eal
Browse files
Merge branch 'prod.exs' into 'develop'
Correct prod.exs See merge request
pleroma/pleroma!47
parents
db5dfd1b
048f61d7
Pipeline
#485
failed with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/prod.exs
View file @
baf66cae
...
...
@@ -14,9 +14,12 @@
# manifest is generated by the mix phoenix.digest task
# which you typically run after static files are built.
config
:pleroma
,
Pleroma
.
Web
.
Endpoint
,
on_init:
{
Pleroma
.
Web
.
Endpoint
,
:load_from_system_env
,
[]},
url:
[
host:
"example.com"
,
port:
80
],
cache_static_manifest:
"priv/static/cache_manifest.json"
http:
[
port:
4000
],
protocol:
"http"
,
debug_errors:
true
,
code_reloader:
true
,
check_origin:
false
,
watchers:
[]
# Do not print debug messages in production
config
:logger
,
level:
:info
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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