Change default for ARA_DISTRIBUTED_SQLITE_PREFIX to /ara-report
Considering the (re-)implementation of a built-in web report interface, it makes sense to move the default back to ara-report instead of ara-api. This results in: - /ara-report/: the web report interface - /ara-report/api/v1/: the API Change-Id: I06cdc07f26a39dc356284a2a549f0ea3a4935e1a
This commit is contained in:
@@ -156,7 +156,7 @@ ara_api_secret_key: null
|
||||
ara_api_distributed_sqlite: false
|
||||
|
||||
# ARA_DISTRIBUTED_SQLITE_PREFIX - Prefix to delegate to the distributed sqlite backend
|
||||
ara_api_distributed_sqlite_prefix: ara-api
|
||||
ara_api_distributed_sqlite_prefix: ara-report
|
||||
|
||||
# ARA_DISTRIBUTED_SQLITE_ROOT - Root under which sqlite databases are expected
|
||||
ara_api_distributed_sqlite_root: /var/www/logs
|
||||
|
||||
Reference in New Issue
Block a user