Major refactor start

This commit is contained in:
maximstewart 2021-02-05 22:57:46 -06:00
parent a7f9028ce7
commit e9e47f68a5
2 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,9 @@
"auth_uri": "https://www.ssoapps.com/auth/realms/apps/protocol/openid-connect/auth",
"client_id": "apps",
"issuer": "https://www.ssoapps.com/auth/realms/apps",
"client_secret": "ce6fdb7d-fdcb-46ea-bc80-b5df9649d50b",
"client_secret": "[Add your secret key here]",
"redirect_uris": [
"http://www.webfm.com/home",
"https://www.webfm.com/home"
],
"userinfo_uri": "https://www.ssoapps.com/auth/realms/apps/protocol/openid-connect/userinfo",

View File

@ -8,9 +8,10 @@
"pdf_app": "evince",
"text_app": "leafpad",
"file_manager_app": "spacefm",
"locked_folder_password": "toor",
"do_refresh": "no",
"remux_folder_max_disk_usage": "8589934592",
"locked_folders": "Synced Backup::::flasks",
"locked_folders": "venv::::flasks",
"folders_locked": "true"
}
}