Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
central-star-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 4ca2e65a
authored
2024-06-13 19:18:58 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
c013acb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/database.js
config/database.js
View file @
4ca2e65
...
@@ -18,7 +18,7 @@ module.exports = ({ env }) => ({
...
@@ -18,7 +18,7 @@ module.exports = ({ env }) => ({
port
:
env
.
int
(
"DATABASE_PORT"
,
3306
),
port
:
env
.
int
(
"DATABASE_PORT"
,
3306
),
database
:
env
(
"DATABASE_NAME"
,
"centralstar"
),
database
:
env
(
"DATABASE_NAME"
,
"centralstar"
),
user
:
env
(
"DATABASE_USERNAME"
,
"centralstar"
),
user
:
env
(
"DATABASE_USERNAME"
,
"centralstar"
),
password
:
env
(
"DATABASE_PASSWORD"
,
"
Logicloop!123
"
),
password
:
env
(
"DATABASE_PASSWORD"
,
"
password
"
),
// schema: env("DATABASE_SCHEMA", "public"), // Not required
// schema: env("DATABASE_SCHEMA", "public"), // Not required
// ssl: {
// ssl: {
// rejectUnauthorized: env.bool("DATABASE_SSL_SELF", false)
// rejectUnauthorized: env.bool("DATABASE_SSL_SELF", false)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment