This commit is contained in:
Chocobozzz
2015-06-09 17:41:40 +02:00
parent 8cb4b4e00e
commit 8c308c2bf7
56 changed files with 10752 additions and 0 deletions

21
config/default.yaml Normal file
View 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
View 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
View 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
View 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
View File

@@ -0,0 +1,9 @@
listen:
port: 9000
webserver:
https: false
database:
host: 'localhost'
port: 27017