fix: add sqlite database for remember me tokens and messenger

This commit is contained in:
Björn Fromme
2025-03-22 15:22:47 +01:00
parent d3eb88a05f
commit 5b14cda126
+1
View File
@@ -15,6 +15,7 @@ add('shared_dirs', [
add('shared_files', [ add('shared_files', [
'public/.htaccess', 'public/.htaccess',
'.env.local.php', '.env.local.php',
'var/data.db',
]); ]);
// Rsync options, mainly files/dirs to exclude // Rsync options, mainly files/dirs to exclude