diff options
| author | Daniel Andreas Wang <danielaw@tilde.club> | 2026-03-14 15:37:31 +0100 |
|---|---|---|
| committer | Daniel Andreas Wang <danielaw@tilde.club> | 2026-03-14 15:37:31 +0100 |
| commit | f4f6f490ab0bb1a2a06d660ce1b276a4fad9d2c2 (patch) | |
| tree | 9c9af5b4f49274fd1a62627b8879caf616d25a93 /backend/src/config/constants.js | |
Diffstat (limited to 'backend/src/config/constants.js')
| -rw-r--r-- | backend/src/config/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/config/constants.js b/backend/src/config/constants.js new file mode 100644 index 0000000..d7f4ed1 --- /dev/null +++ b/backend/src/config/constants.js @@ -0,0 +1 @@ +export const DB_NAME = 'intro-to-backend';
\ No newline at end of file |
