Configure database inside api
This commit is contained in:
@@ -7,3 +7,11 @@ ktor {
|
||||
modules = [ be.vandewalleh.NotesApplicationKt.module ]
|
||||
}
|
||||
}
|
||||
|
||||
database {
|
||||
host = "127.0.0.1"
|
||||
port = "3306"
|
||||
name = "Notes"
|
||||
user = "test"
|
||||
password = "test"
|
||||
}
|
||||
Reference in New Issue
Block a user