Skip to content

Instantly share code, notes, and snippets.

@ilyaskarim
Created April 5, 2020 13:56
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