Commit 72612251 by Beebuddy Builder

test const env

1 parent a2311c3a
Showing with 16 additions and 0 deletions
...@@ -6,3 +6,10 @@ export class Utils { ...@@ -6,3 +6,10 @@ export class Utils {
*/ */
static printf(str) { } static printf(str) { }
} }
export const ENV = {
DB_URL : "",
DB_NAME : "",
DB_PORT : "",
DB_USERNAME : "",
DB_PASSWORD : ""
}
\ No newline at end of file
...@@ -6,3 +6,10 @@ export class Utils { ...@@ -6,3 +6,10 @@ export class Utils {
*/ */
static printf(str) { } static printf(str) { }
} }
export const ENV = {
DB_URL : "",
DB_NAME : "",
DB_PORT : "",
DB_USERNAME : "",
DB_PASSWORD : ""
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!