Change name of default database
This commit is contained in:
@ -8,7 +8,7 @@ from sqlalchemy import URL
|
||||
|
||||
DEFAULT_LISTEN_PORT = 8822
|
||||
|
||||
DEFAULT_DATABASE = "ssh_admin.db"
|
||||
DEFAULT_DATABASE = "sshecret_admin.db"
|
||||
|
||||
|
||||
class AdminServerSettings(BaseSettings):
|
||||
|
||||
Reference in New Issue
Block a user