Settings, queue fixes, and more

This commit is contained in:
2025-07-22 17:22:05 -07:00
parent 7077bf6bea
commit c507a6fbe4
11 changed files with 242 additions and 22 deletions

View File

@@ -1,5 +1,6 @@
export enum Keys {
SERVER_RECEIVE_TRANSFER_KEY = '',
SERVER_SEND_TRANSFER_KEY = '',
CONFIG_ENCRYPTION_KEY = ''
CONFIG_ENCRYPTION_KEY = '',
VERSIONS_ENCRYPTION_KEY = ''
}