mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-29 07:47:47 +01:00
some cleanup, split backend and frontend
This commit is contained in:
19
backend/ormconfig.dockerdevexample.json
Normal file
19
backend/ormconfig.dockerdevexample.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "mariadb",
|
||||
"host": "db",
|
||||
"port": 3306,
|
||||
"username": "photosuser",
|
||||
"password": "photospass",
|
||||
"database": "photosdb",
|
||||
"synchronize": false,
|
||||
"logging": false,
|
||||
"entities": ["src/entity/**/*.ts"],
|
||||
"migrations": ["src/migration/**/*.ts"],
|
||||
"subscribers": ["src/subscriber/**/*.ts"],
|
||||
"cli": {
|
||||
"entitiesDir": "src/entity",
|
||||
"migrationsDir": "src/migration",
|
||||
"subscribersDir": "src/subscriber"
|
||||
},
|
||||
"charset": "utf8mb4"
|
||||
}
|
||||
Reference in New Issue
Block a user