mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
init
This commit is contained in:
24
ormconfig.example.json
Normal file
24
ormconfig.example.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "mariadb",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "writer",
|
||||
"password": "writer",
|
||||
"database": "writer_test",
|
||||
"synchronize": true,
|
||||
"logging": false,
|
||||
"entities": [
|
||||
"src/entity/**/*.ts"
|
||||
],
|
||||
"migrations": [
|
||||
"src/migration/**/*.ts"
|
||||
],
|
||||
"subscribers": [
|
||||
"src/subscriber/**/*.ts"
|
||||
],
|
||||
"cli": {
|
||||
"entitiesDir": "src/entity",
|
||||
"migrationsDir": "src/migration",
|
||||
"subscribersDir": "src/subscriber"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user