mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-28 06:44:32 +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'
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
MEDIA_ROOT = '/var/lib/routerfleet/'
|
MEDIA_ROOT = '/var/lib/routerfleet/'
|
||||||
ROUTERFLEET_VERSION = 7008
|
ROUTERFLEET_VERSION = 7009
|
||||||
|
|
||||||
from routerfleet.production_settings import *
|
from routerfleet.production_settings import *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue