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:
00d6a41
)
Copy all keys in production example so if we chagne the default one
author
Chocobozzz
<florian.bigard@gmail.com>
Tue, 27 Dec 2016 17:35:56 +0000
(18:35 +0100)
committer
Chocobozzz
<florian.bigard@gmail.com>
Tue, 27 Dec 2016 17:35:56 +0000
(18:35 +0100)
production servers won't break
config/production.yaml.example
patch
|
blob
|
history
diff --git
a/config/production.yaml.example
b/config/production.yaml.example
index 743f972de8040d2814ebfe296939158f0a9e87aa..005444e73e64e50005383718dfd99c43e502ca2c 100644
(file)
--- a/
config/production.yaml.example
+++ b/
config/production.yaml.example
@@
-1,3
+1,6
@@
+listen:
+ port: 9000
+
# Correspond to your reverse proxy "listen" configuration
webserver:
https: false
@@
-5,4
+8,17
@@
webserver:
port: 80
database:
+ hostname: 'localhost'
+ port: 5432
suffix: '_prod'
+ username: peertube
+ password: peertube
+
+# From the project root directory
+storage:
+ certs: 'certs/'
+ videos: 'videos/'
+ logs: 'logs/'
+ previews: 'previews/'
+ thumbnails: 'thumbnails/'
+ torrents: 'torrents/'