Skip to content

Instantly share code, notes, and snippets.

@ilyaskarim
Created April 5, 2020 13:56
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 ilyaskarim/df40fa073a8237588a8c336bb7f1fc1e to your computer and use it in GitHub Desktop.
Save ilyaskarim/df40fa073a8237588a8c336bb7f1fc1e to your computer and use it in GitHub Desktop.
wertik-js-mysql-database-connect.ts
export default {
name: "Wertik",
// ... Rest of the configuration
database: {
dbDialect: "mysql",
dbUsername: "root",
dbPassword: "pass",
dbName: "graphql",
dbHost: "localhost",
dbPort: "3306"
},
// ... Rest of the configuration
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment