feat: change config dir path to /etc/libretime
BREAKING: The configuration directory changed from `/etc/airtime` to `/etc/libretime`. Please rename your configuration directory accordingly.
This commit is contained in:
parent
604ff20239
commit
aed6d2f294
29 changed files with 51 additions and 45 deletions
|
@ -37,7 +37,7 @@ api_endpoints["file_download_url"] = "files/{id}/download/"
|
|||
class AirtimeApiClient:
|
||||
API_BASE = "/api/v2"
|
||||
|
||||
def __init__(self, logger=None, config_path="/etc/airtime/config.yml"):
|
||||
def __init__(self, logger=None, config_path="/etc/libretime/config.yml"):
|
||||
self.logger = logger or logging
|
||||
|
||||
config = Config(filepath=config_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue