mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Refactor + package updates + improve local backups
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
const DATABASE_TYPES = ['postgresql'];
|
||||
const VALID_CRON_STRINGS = [
|
||||
'every_minute' => '* * * * *',
|
||||
'hourly' => '0 * * * *',
|
||||
'daily' => '0 0 * * *',
|
||||
'weekly' => '0 0 * * 0',
|
||||
|
||||
Reference in New Issue
Block a user