mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-25 13:25:11 +02:00
Allow SSH connection to different ports.
Fixed issue with backup schedule generator
This commit is contained in:
parent
25c700b0c1
commit
f364913ebb
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue