9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
# RMM Backend Konfiguration
|
|
listen_addr: ":8443"
|
|
tls_cert: "certs/server.crt"
|
|
tls_key: "certs/server.key"
|
|
db_path: "rmm.db"
|
|
|
|
api_keys:
|
|
- "YOUR_API_KEY"
|