Commit f40d0ed6 by jaymehta

initial commit

1 parent 23eb4915
......@@ -16,8 +16,8 @@ module.exports = ({ env }) => ({
connection: {
host: env("DATABASE_HOST", "localhost"),
port: env.int("DATABASE_PORT", 3306),
database: env("DATABASE_NAME", "games"),
user: env("DATABASE_USERNAME", "games"),
database: env("DATABASE_NAME", "centralstar"),
user: env("DATABASE_USERNAME", "centralstar"),
password: env("DATABASE_PASSWORD", "12345"),
// schema: env("DATABASE_SCHEMA", "public"), // Not required
// ssl: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!