Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
BeebuddyUtil
/
dma-common-backend
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 72612251
authored
Oct 15, 2020
by
Beebuddy Builder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test const env
1 parent
a2311c3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
dist/src/index.d.ts
src/index.d.ts
dist/src/index.d.ts
View file @
7261225
...
...
@@ -6,3 +6,10 @@ export class Utils {
*/
static
printf
(
str
)
{
}
}
export
const
ENV
=
{
DB_URL
:
""
,
DB_NAME
:
""
,
DB_PORT
:
""
,
DB_USERNAME
:
""
,
DB_PASSWORD
:
""
}
\ No newline at end of file
src/index.d.ts
View file @
7261225
...
...
@@ -6,3 +6,10 @@ export class Utils {
*/
static
printf
(
str
)
{
}
}
export
const
ENV
=
{
DB_URL
:
""
,
DB_NAME
:
""
,
DB_PORT
:
""
,
DB_USERNAME
:
""
,
DB_PASSWORD
:
""
}
\ No newline at end of file
Write
Preview
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