-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcfg.yml
44 lines (44 loc) · 945 Bytes
/
cfg.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
name: easy-go-test
server:
#cert: 'ca-cert.pem'
#cert_key: 'ca-key.pem'
modules:
mod-manager:
version: 1.0
types: 'reverse'
exe:
remote: false
src: 'https://github.com/Wariie/mod-manager.git'
main: 'main.go'
supervised: true
binding:
path:
- from: '/mod-manager'
to: '/mod-manager'
port: 2001
auth:
enabled: false
type: 'http'
website:
version: 1.0
types: 'reverse'
exe:
remote: false
src: 'https://github.com/Wariie/mod.v0.git'
main: "testMod.go"
supervised: true
log:
enabled: true
file: website.log
binding:
path:
- from: '/'
to: '/'
port: 2985
favicon:
types: 'bind'
binding:
path:
- from: '/favicon.ico'
root: "./resources/favicon.ico"