Skip to content

Commit

Permalink
Revert some settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Mar 9, 2022
1 parent 43b39fe commit ed73fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 101 deletions.
6 changes: 3 additions & 3 deletions motioneye/extra/motioneye.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ run_path /var/run/motioneye
log_path /var/log/motioneye

# default output path for media files (must be writable by motionEye)
media_path /mnt/dietpi_userdata/motioneye
media_path /var/lib/motioneye

# the log level (use quiet, error, warning, info or debug)
log_level warning
Expand All @@ -19,7 +19,7 @@ log_level warning
listen 0.0.0.0

# the TCP port to listen on
port 80
port 8765

# path to the motion binary to use (automatically detected if commented)
#motion_binary /usr/bin/motion
Expand All @@ -29,7 +29,7 @@ port 80
motion_control_localhost true

# the TCP port that motion HTTP control interface listens on
motion_control_port 9090
motion_control_port 7999

# interval in seconds at which motionEye checks if motion is running
motion_check_interval 10
Expand Down
97 changes: 0 additions & 97 deletions motioneye/extra/motioneye.conf.sample

This file was deleted.

2 changes: 1 addition & 1 deletion motioneye/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
MOTION_CONTROL_LOCALHOST = True

# the TCP port that motion HTTP control interface listens on
MOTION_CONTROL_PORT = 8080
MOTION_CONTROL_PORT = 7999

# interval in seconds at which motionEye checks if motion is running
MOTION_CHECK_INTERVAL = 10
Expand Down

0 comments on commit ed73fbc

Please sign in to comment.