modification emplacement bdd

This commit is contained in:
2021-01-25 09:04:59 +01:00
parent bfd02a2a51
commit 5c70282cfe
4 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ CREATE TABLE IF NOT EXISTS param
`
func (store *DbStore) Open() error {
db, err := sqlx.Connect("sqlite3", "auth.db")
db, err := sqlx.Connect("sqlite3", "./oauth.db")
if err != nil {
return err
}