mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-26 01:20:27 +01:00
Working on form
This commit is contained in:
@@ -43,7 +43,7 @@ const databaseConfig: DatabaseConfig & { orm: Partial<OrmConfig> } = {
|
||||
password: Env.get('MYSQL_PASSWORD', ''),
|
||||
database: Env.get('MYSQL_DB_NAME'),
|
||||
},
|
||||
healthCheck: false,
|
||||
healthCheck: true,
|
||||
debug: false,
|
||||
},
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ const sessionConfig: SessionConfig = {
|
||||
cookie: {
|
||||
path: '/',
|
||||
httpOnly: true,
|
||||
sameSite: false,
|
||||
sameSite: true,
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user