stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

commit 22653f55a04941043e594a0c5142d3a5b4d5aa2d
parent 78abe5d12fcb4c1b614a2a331fdb7bd2f8a57079
Author: Nikolas Mazur <nikolas@pop-os.localdomain>
Date:   Fri, 23 Dec 2022 11:43:25 -0700

Add MongoDB URI

Diffstat:
Adatabase.ini | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/database.ini b/database.ini @@ -0,0 +1,5 @@ +# [PROD] +# DB_URI = mongodb+srv://<username>:<password>@localhost:27017 + +[TEST] +DB_URI = mongodb+srv://nikolas:password@localhost:27017 +\ No newline at end of file