forked from noxious/server
Added mysql code but commented out
This commit is contained in:
parent
f46fff5b69
commit
4d192bd5ec
@ -5,7 +5,7 @@ This is the server for the Noxious game.
|
||||
## Projects requirements
|
||||
|
||||
- NodeJS 20.x or higher
|
||||
- MySQL 8.x or higher
|
||||
- MariaDB 11.x or higher
|
||||
- Redis 7.x or higher
|
||||
|
||||
## Installation
|
||||
|
@ -1,3 +1,4 @@
|
||||
// import { MikroORM } from '@mikro-orm/mysql'
|
||||
import { MikroORM } from '@mikro-orm/mariadb'
|
||||
|
||||
import Logger, { LoggerType } from '#application/logger'
|
||||
|
Loading…
x
Reference in New Issue
Block a user