fix videoRoot to /srv/http
This commit is contained in:
parent
8a62d19648
commit
33a1ec3fdb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue