add .env to repository

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-08-18 13:08:44 +02:00
parent f2df26d8a0
commit fe8dbe9bd0
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jspm_packages/
.yarn-integrity
# dotenv environment variables file
.env
# .env
# next.js build output
.next
+6
View File
@@ -0,0 +1,6 @@
CLIENT_TYPE=dev
ACCOUNTS_URL=/account
UPLOAD_URL=/upload
LOGIN_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6InJvc2FtdW5kQGhjLmVuZ2luZWVyaW5nIiwid29ya3NwYWNlIjoid3MxIn0.crxqT7QUkpZiTmmxouB40LpMwK2CfTf76XqPFWIMyic
LOGIN_ENDPOINT=ws://localhost:3333