fix videoRoot to /srv/http

This commit is contained in:
Geno 2020-11-12 21:54:31 +01:00
parent 8a62d19648
commit 33a1ec3fdb
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Set Database Location and Type # Set Database Location and Type
# For MySQL Connections add ?charset=utf8mb4 for full Unicode Support # For MySQL Connections add ?charset=utf8mb4 for full Unicode Support
dbLocation="{{ osp_db_location }}" dbLocation="{{ osp_db_location }}"
videoRoot="{{ osp_http_path }}"
# Redis Configuration # Redis Configuration
redisHost="localhost" # Default localhost redisHost="localhost" # Default localhost