projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21511bb
)
Add database suffix to the production configuration example
author
Chocobozzz
<florian.bigard@gmail.com>
Sat, 1 Oct 2016 10:40:02 +0000
(12:40 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sat, 1 Oct 2016 10:40:02 +0000
(12:40 +0200)
config/production.yaml.example
patch
|
blob
|
history
diff --git
a/config/production.yaml.example
b/config/production.yaml.example
index df216ac9225a95a363f27228e0083e071bd8529b..8bc63ee92461967b65a65e29c15a4c7bdd382ce8 100644
(file)
--- a/
config/production.yaml.example
+++ b/
config/production.yaml.example
@@
-3,3
+3,6
@@
webserver:
https: false
host: 'example.com'
port: 80
+
+database:
+ suffix: '-prod'