summaryrefslogtreecommitdiff
path: root/src/.env
diff options
context:
space:
mode:
authorrealS1ant <45408404+realS1ant@users.noreply.github.com>2021-04-11 02:23:32 -0500
committerGitHub <noreply@github.com>2021-04-11 02:23:32 -0500
commitdb9c2b888dae53a16f371fe9425e7621fb2ed004 (patch)
tree786e5fb2a90d461c390af4245fe1a9ed046de1fe /src/.env
parent33a349b2e5b96552c24535cafa9d81af77279796 (diff)
parentf3d8acbc061e0d40018ace027080c895a04521a3 (diff)
downloadStreamFinder-db9c2b888dae53a16f371fe9425e7621fb2ed004.tar.xz
StreamFinder-db9c2b888dae53a16f371fe9425e7621fb2ed004.zip
Merge pull request #5 from FivePixels/backend-api
api working
Diffstat (limited to 'src/.env')
-rw-r--r--src/.env3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/.env b/src/.env
new file mode 100644
index 0000000..8fda175
--- /dev/null
+++ b/src/.env
@@ -0,0 +1,3 @@
+ENV=dev
+URL=http://localhost
+PORT=5000 \ No newline at end of file