init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
server:
|
||||
name: node2
|
||||
address:
|
||||
ip: 192.168.0.2
|
||||
port: 5000
|
||||
dirs:
|
||||
imgs: /etc/imgs
|
||||
html: /etc/html
|
||||
imgIds:
|
||||
- img1.png
|
||||
- img2.png
|
||||
@@ -0,0 +1,4 @@
|
||||
validate.propertiesMap.first=prop1
|
||||
validate.propertiesMap.second=
|
||||
|
||||
validate.mail_config.address=user1.test
|
||||
@@ -0,0 +1,11 @@
|
||||
server.NAME=node1
|
||||
|
||||
server.address.ip=192.168.0.1
|
||||
server.address.port=8099
|
||||
|
||||
# directories
|
||||
server.dirs.imgs=/root/imgs
|
||||
server.dirs.html=/root/html
|
||||
|
||||
server.img_ids[0]=img1.jpg
|
||||
server.img_ids[1]=img2.jpg
|
||||
@@ -0,0 +1,10 @@
|
||||
# bandwidth
|
||||
server.upload_speed=500MB
|
||||
server.download_speed=10
|
||||
|
||||
# backup date
|
||||
server.backup_day=1d
|
||||
server.backup_hour=8
|
||||
|
||||
# custom converter
|
||||
server.credentials=user,123
|
||||
@@ -0,0 +1,7 @@
|
||||
# testing
|
||||
testing.authorization=foo
|
||||
testing.timeout=50
|
||||
|
||||
# live
|
||||
live.authorization=bar
|
||||
live.timeout=100
|
||||
Reference in New Issue
Block a user