35 lines
899 B
INI
35 lines
899 B
INI
[server]
|
|
url = https://app.obico.io
|
|
|
|
[moonraker]
|
|
host = 127.0.0.1
|
|
port = 7125
|
|
# api_key = <grab one or set trusted hosts in moonraker>
|
|
|
|
[webcam]
|
|
disable_video_streaming = False
|
|
|
|
# CAUTION: Don't modify the settings below unless you know what you are doing
|
|
# In most cases webcam configuration will be automatically retrived from moonraker
|
|
#
|
|
# Lower target_fps if ffmpeg is using too much CPU. Capped at 25 for Pro users (including self-hosted) and 5 for Free users
|
|
# target_fps = 25
|
|
#
|
|
snapshot_url = http://127.0.0.1:8080/?action=snapshot
|
|
stream_url = http://127.0.0.1:8080/?action=stream
|
|
# flip_h = False
|
|
# flip_v = False
|
|
# rotation = 0
|
|
# aspect_ratio_169 = False
|
|
|
|
[logging]
|
|
path = /home/biqu/printer_data/logs/moonraker-obico.log
|
|
# level = INFO
|
|
|
|
[tunnel]
|
|
# CAUTION: Don't modify the settings below unless you know what you are doing
|
|
# dest_host = 127.0.0.1
|
|
dest_port = 80
|
|
# dest_is_ssl = False
|
|
|