mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 23:41:02 +01:00
update repository references and improve script handling
This commit is contained in:
27
hassio-google-drive-backup/dev/data/dev_options.json
Normal file
27
hassio-google-drive-backup/dev/data/dev_options.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"drive_url": "http://localhost:56153",
|
||||
"supervisor_url": "http://localhost:56153/",
|
||||
"hassio_header": "test_header",
|
||||
"retained_file_path": "hassio-google-drive-backup/dev/data/retained.json",
|
||||
"data_cache_file_path": "hassio-google-drive-backup/dev/data/data_cache.json",
|
||||
"backup_directory_path": "hassio-google-drive-backup/dev/backup",
|
||||
"certfile": "hassio-google-drive-backup/dev/ssl/fullchain.pem",
|
||||
"keyfile": "hassio-google-drive-backup/dev/ssl/privkey.pem",
|
||||
"secrets_file_path": "hassio-google-drive-backup/dev/data/secrets.yaml",
|
||||
"credentials_file_path": "hassio-google-drive-backup/dev/data/credentials.dat",
|
||||
"folder_file_path": "hassio-google-drive-backup/dev/data/folder.dat",
|
||||
"id_file_path": "hassio-google-drive-backup/dev/data/id.json",
|
||||
"stop_addon_state_path": "hassio-google-drive-backup/dev/data/stop_addon_state.json",
|
||||
"authorization_host": "http://localhost:56153",
|
||||
"token_server_hosts": "http://localhost:56153",
|
||||
"drive_refresh_url": "http://localhost:56153/oauth2/v4/token",
|
||||
"drive_authorize_url": "http://localhost:56153/o/oauth2/v2/auth",
|
||||
"drive_device_code_url": "http://localhost:56153/device/code",
|
||||
"drive_token_url": "http://localhost:56153/token",
|
||||
"ingress_token_file_path": "hassio-google-drive-backup/dev/data/ingress.dat",
|
||||
"log_level": "TRACE",
|
||||
"console_log_level": "TRACE",
|
||||
"ingress_port": 56152,
|
||||
"port": 56151,
|
||||
"cache_warmup_max_seconds": 300
|
||||
}
|
||||
Reference in New Issue
Block a user