use of dotenv to get url and port.

This commit is contained in:
unurled 2022-02-23 11:31:46 +01:00
parent 5dede3767b
commit 21e059fd33
5 changed files with 8 additions and 4 deletions

2
.env.example Normal file
View file

@ -0,0 +1,2 @@
URL="http://localhost"
SERVER_PORT="3030"