Commit f40d0ed6 by jaymehta

initial commit

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