More docker, express and config setup

This commit is contained in:
Florian Sylvain
2023-01-26 14:47:41 +01:00
parent 9a890135bc
commit 2082c9330c
7 changed files with 112 additions and 9 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
MYSQL_ROOT_PASSWORD=root
API_PORT=7777
API_PORT=7777
# DATABASE_URL="mysql://root:root@localhost:3306/snippetsmanager"