CreatBotMoonraker/tests/assets/moonraker/base_server_ssl.conf
Eric Callahan 5f9706f6be test: initial testing framework
This adds the framework for unit testing Moonraker via pytest.
Initally only moonraker.py, klippy_connection.py, and confighelper.py
have acceptable coverage.  Coverage for other modules will be added on
an incremental basis, when most of Moonraker's source is covered tests
will be conducted via GitHub actions.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
2022-02-17 11:19:41 -05:00

21 lines
341 B
Plaintext

[server]
host: 0.0.0.0
port: 7010
ssl_port: 7011
ssl_certificate_path: ${ssl_certificate_path}
ssl_key_path: ${ssl_key_path}
klippy_uds_address: ${klippy_uds_path}
[database]
database_path: ${database_path}
[machine]
provider: none
[file_manager]
config_path: ${config_path}
log_path: ${log_path}
[secrets]
secrets_path: ${secrets_path}