UNTESTED: Added database port as a configurable option

Also updated license field in package.json
This commit is contained in:
2024-04-15 21:02:58 +10:00
parent 42fa9e27e7
commit 90a4fc1a6a
6 changed files with 101 additions and 24 deletions
+2
View File
@@ -1,6 +1,8 @@
WEB_PORT=3000
DB_HOSTNAME=localhost
DB_PORTNAME=3306
DB_DATABASE=template
DB_USERNAME=template
DB_PASSWORD=pikachu