mirror of
https://github.com/veops/oneterm.git
synced 2025-09-27 03:36:02 +08:00
12 lines
185 B
YAML
12 lines
185 B
YAML
|
|
protocols:
|
|
ssh:
|
|
api: oneterm-api:8080
|
|
ip: '0.0.0.0'
|
|
port: 2222
|
|
webUser: "test"
|
|
webToken: "135790"
|
|
privateKeyPath: /root/.ssh/id_ed25519
|
|
|
|
|
|
i18nDir: ./translate |