Allow SSH connection to different ports.

Fixed issue with backup schedule generator
This commit is contained in:
Eduardo Silva 2024-04-12 15:20:13 -03:00
parent 25c700b0c1
commit f364913ebb

View file

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