Commit 72612251 by Beebuddy Builder

test const env

1 parent a2311c3a
Showing with 16 additions and 0 deletions
......@@ -5,4 +5,11 @@ export class Utils {
* @returns {String}
*/
static printf(str) { }
}
export const ENV = {
DB_URL : "",
DB_NAME : "",
DB_PORT : "",
DB_USERNAME : "",
DB_PASSWORD : ""
}
\ No newline at end of file
......@@ -5,4 +5,11 @@ export class Utils {
* @returns {String}
*/
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!