fix: migrations and discontinue sqlite
This commit is contained in:
parent
c4e547b288
commit
c35b99e0c4
6 changed files with 37 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
|||
DB_TYPE = (mysql|sqlite|postgres) # default ist mysql
|
||||
DB_TYPE = (mysql|postgres) # default ist mysql
|
||||
|
||||
## BSP für mysql
|
||||
DB_PORT = 3306
|
||||
|
@ -14,9 +14,6 @@ DB_NAME = database_name
|
|||
DB_USERNAME = database_username
|
||||
DB_PASSWORD = database_password
|
||||
|
||||
## BSP für sqlite
|
||||
DB_HOST = filename.db
|
||||
|
||||
## Dev only
|
||||
SERVER_PORT = portnumber
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue