From fe8dbe9bd08df6096ff03314fbc72ee127a49aa7 Mon Sep 17 00:00:00 2001
From: Andrey Platov <andrey@hardcoreeng.com>
Date: Wed, 18 Aug 2021 13:08:44 +0200
Subject: [PATCH] add .env to repository

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
---
 .gitignore    | 2 +-
 dev/prod/.env | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 dev/prod/.env

diff --git a/.gitignore b/.gitignore
index dd83f61a9e..236e3e6307 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,7 +54,7 @@ jspm_packages/
 .yarn-integrity
 
 # dotenv environment variables file
-.env
+# .env
 
 # next.js build output
 .next
diff --git a/dev/prod/.env b/dev/prod/.env
new file mode 100644
index 0000000000..5a5fa69641
--- /dev/null
+++ b/dev/prod/.env
@@ -0,0 +1,6 @@
+
+CLIENT_TYPE=dev
+ACCOUNTS_URL=/account
+UPLOAD_URL=/upload
+LOGIN_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6InJvc2FtdW5kQGhjLmVuZ2luZWVyaW5nIiwid29ya3NwYWNlIjoid3MxIn0.crxqT7QUkpZiTmmxouB40LpMwK2CfTf76XqPFWIMyic
+LOGIN_ENDPOINT=ws://localhost:3333