chore: update default packaging configuration
This commit is contained in:
parent
0fb0d234d6
commit
9aca9a6c58
|
@ -1,3 +1,6 @@
|
||||||
|
logger:
|
||||||
|
level: 1
|
||||||
|
format: human
|
||||||
agent:
|
agent:
|
||||||
serverUrl: http://127.0.0.1:3000
|
serverUrl: http://127.0.0.1:3000
|
||||||
privateKeyPath: /var/lib/emissary/agent-key.json
|
privateKeyPath: /var/lib/emissary/agent-key.json
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
http:
|
|
||||||
host: 0.0.0.0
|
|
||||||
port: 3000
|
|
||||||
logger:
|
logger:
|
||||||
level: 1
|
level: 1
|
||||||
format: human
|
format: human
|
||||||
database:
|
server:
|
||||||
|
privateKeyPath: /var/lib/emissary/server-key.json
|
||||||
|
issuer: http://127.0.0.1:3000
|
||||||
|
http:
|
||||||
|
host: 0.0.0.0
|
||||||
|
port: 3000
|
||||||
|
database:
|
||||||
driver: sqlite
|
driver: sqlite
|
||||||
dsn: sqlite:///var/lib/emissary/data.sqlite
|
dsn: sqlite:///var/lib/emissary/data.sqlite
|
||||||
cors:
|
cors:
|
||||||
allowedOrigins: []
|
allowedOrigins: []
|
||||||
allowCredentials: true
|
allowCredentials: true
|
||||||
allowMethods:
|
allowMethods:
|
||||||
|
|
Loading…
Reference in New Issue