mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import Env from '@ioc:Adonis/Core/Env'
|
||||
import { DatabaseConfig } from '@ioc:Adonis/Lucid/Database'
|
||||
import {DatabaseConfig} from '@ioc:Adonis/Lucid/Database'
|
||||
|
||||
const databaseConfig: DatabaseConfig = {
|
||||
/*
|
||||
@@ -43,7 +43,7 @@ const databaseConfig: DatabaseConfig = {
|
||||
database: Env.get('MYSQL_DB_NAME'),
|
||||
},
|
||||
healthCheck: true,
|
||||
debug: false,
|
||||
debug: true,
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user