Backup parameters: terse and sensitive

This commit is contained in:
Eduardo Silva 2024-11-07 10:59:36 -03:00
parent 8b24470fc6
commit 32b17ca592
5 changed files with 47 additions and 3 deletions

View file

@ -142,6 +142,6 @@ STATICFILES_DIRS = [
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
MEDIA_ROOT = '/var/lib/routerfleet/'
ROUTERFLEET_VERSION = 7021
ROUTERFLEET_VERSION = 7022
from routerfleet.production_settings import *