diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..ac074fa --- /dev/null +++ b/.env.template @@ -0,0 +1,5 @@ +MONGOOSE_STRING=mongodb://user:pass@localhost:27017/database +API_PORT=8671 +SHORTENER_PORT=8672 +CDN_PORT=8673 +AS_PORT=8674 \ No newline at end of file