Initial rough draft switch to sqlite.
This commit is contained in:
parent
a70003d290
commit
ab55705b9f
15 changed files with 315 additions and 553 deletions
|
|
@ -102,12 +102,9 @@ type (
|
|||
|
||||
// DatabaseConfig stores the database configuration
|
||||
DatabaseConfig struct {
|
||||
Hostname string
|
||||
Port uint16
|
||||
User string
|
||||
Password string
|
||||
Database string
|
||||
TestDatabase string
|
||||
Driver string
|
||||
Connection string
|
||||
TestConnection string
|
||||
}
|
||||
|
||||
// MailConfig stores the mail configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue