Skip to content

Commit

Permalink
Update settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-hahn committed Jul 20, 2022
1 parent 2b3749d commit b1b92f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ streaming:
rtmp_base: '<%= ENV['env_streaming_rtmp_base'] %>'
default_quality: 'auto'
redis:
host: <%= ENV['env_redis_host'] %>
port: <%= ENV['env_redis_port'] %>
host: '<%= ENV['env_redis_host'] %>'
port: '<%= ENV['env_redis_port'] %>'
master_file_management:
strategy: 'delete' #'delete', or 'move' (for move uncomment and configure next line)
path: '/mnt/avalon/avalon-archive'
Expand Down

0 comments on commit b1b92f4

Please sign in to comment.