remove config.yaml, add default config (configs are private)
This commit is contained in:
parent
3a554568ca
commit
5d7c5b3d26
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@
|
|||||||
*.env
|
*.env
|
||||||
*.credentials
|
*.credentials
|
||||||
|
|
||||||
|
|
||||||
|
config.yaml
|
||||||
|
5
config.default.yaml
Normal file
5
config.default.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
mtd:
|
||||||
|
services: []
|
||||||
|
aws:
|
||||||
|
regions: []
|
||||||
|
credentials_path: ./mtdaws/.credentials
|
19
config.yaml
19
config.yaml
@ -1,19 +0,0 @@
|
|||||||
mtd:
|
|
||||||
services:
|
|
||||||
- id: 3213a31c-59de-4e14-7648-e9508216e4bc
|
|
||||||
entry_ip: 192.168.1.1
|
|
||||||
entry_port: 8080
|
|
||||||
service_ip: 10.0.1.2
|
|
||||||
service_port: 80
|
|
||||||
- id: 1233a31c-59de-4e14-7648-e9508216e4bc
|
|
||||||
entry_ip: 192.168.1.3
|
|
||||||
entry_port: 8081
|
|
||||||
service_ip: 10.0.1.4
|
|
||||||
service_port: 81
|
|
||||||
|
|
||||||
aws:
|
|
||||||
regions:
|
|
||||||
- us-east-1
|
|
||||||
# - us-east-2
|
|
||||||
- us-west-1
|
|
||||||
credentials_path: ./mtd_aws/.credentials
|
|
Loading…
Reference in New Issue
Block a user