Created the .env template file

This commit is contained in:
Mathias Wagner 2022-09-06 21:01:25 +02:00
parent f2aa6ad49f
commit d7949eabc3
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

5
.env.template Normal file
View File

@ -0,0 +1,5 @@
MONGOOSE_STRING=mongodb://user:pass@localhost:27017/database
API_PORT=8671
SHORTENER_PORT=8672
CDN_PORT=8673
AS_PORT=8674