mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Spawn
This commit is contained in:
21
config/default.yaml
Normal file
21
config/default.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
listen:
|
||||
port: 9000
|
||||
|
||||
webserver:
|
||||
https: false
|
||||
host: 'localhost'
|
||||
port: 9000
|
||||
|
||||
database:
|
||||
host: 'localhost'
|
||||
port: 27017
|
||||
suffix: '-suffix'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'certs/'
|
||||
uploads: 'uploads/'
|
||||
logs: 'logs/'
|
||||
|
||||
network:
|
||||
friends: []
|
||||
19
config/test-1.yaml
Normal file
19
config/test-1.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
listen:
|
||||
port: 9001
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
port: 9001
|
||||
|
||||
database:
|
||||
suffix: '-test1'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'test1/certs/'
|
||||
uploads: 'test1/uploads/'
|
||||
logs: 'test1/logs/'
|
||||
|
||||
network:
|
||||
friends:
|
||||
- 'http://localhost:9002'
|
||||
19
config/test-2.yaml
Normal file
19
config/test-2.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
listen:
|
||||
port: 9002
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
port: 9002
|
||||
|
||||
database:
|
||||
suffix: '-test2'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'test2/certs/'
|
||||
uploads: 'test2/uploads/'
|
||||
logs: 'test2/logs/'
|
||||
|
||||
network:
|
||||
friends:
|
||||
- 'http://localhost:9003'
|
||||
19
config/test-3.yaml
Normal file
19
config/test-3.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
listen:
|
||||
port: 9003
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
port: 9003
|
||||
|
||||
database:
|
||||
suffix: '-test3'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'test3/certs/'
|
||||
uploads: 'test3/uploads/'
|
||||
logs: 'test3/logs/'
|
||||
|
||||
network:
|
||||
friends:
|
||||
- 'http://localhost:9001'
|
||||
9
config/test.yaml
Normal file
9
config/test.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
listen:
|
||||
port: 9000
|
||||
|
||||
webserver:
|
||||
https: false
|
||||
|
||||
database:
|
||||
host: 'localhost'
|
||||
port: 27017
|
||||
Reference in New Issue
Block a user