Update config.yaml
This commit is contained in:
parent
279d886700
commit
401c1ea078
1 changed files with 8 additions and 6 deletions
|
@ -7,15 +7,17 @@ arch:
|
||||||
- armv7
|
- armv7
|
||||||
- armhf
|
- armhf
|
||||||
- aarch64
|
- aarch64
|
||||||
startup: "system"
|
startup: system
|
||||||
boot: "auto"
|
boot: auto
|
||||||
host_network: true
|
host_network: true
|
||||||
privileged: true
|
privileged:
|
||||||
|
- NET_ADMIN
|
||||||
|
- SYS_ADMIN
|
||||||
options:
|
options:
|
||||||
PANGOLIN_ENDPOINT: "https://example.com"
|
PANGOLIN_ENDPOINT: "https://example.com"
|
||||||
NEWT_ID: "your_newt_id"
|
NEWT_ID: "your_newt_id"
|
||||||
NEWT_SECRET: "your_newt_secret"
|
NEWT_SECRET: "your_newt_secret"
|
||||||
schema:
|
schema:
|
||||||
PANGOLIN_ENDPOINT: "str"
|
PANGOLIN_ENDPOINT: "str?"
|
||||||
NEWT_ID: "str"
|
NEWT_ID: "str?"
|
||||||
NEWT_SECRET: "str"
|
NEWT_SECRET: "str?"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue