Skip to content

Instantly share code, notes, and snippets.

@songthamtung
Created December 14, 2019 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save songthamtung/dbde793c7903e4f0e7a216add800f739 to your computer and use it in GitHub Desktop.
Save songthamtung/dbde793c7903e4f0e7a216add800f739 to your computer and use it in GitHub Desktop.
{
"type": "mysql",
"host": "localhost",
"port": 3306,
"username": "test",
"password": "test",
"database": "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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment