mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +03:00
add .env to repository
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
f2df26d8a0
commit
fe8dbe9bd0
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,7 +54,7 @@ jspm_packages/
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
# .env
|
||||
|
||||
# next.js build output
|
||||
.next
|
||||
|
6
dev/prod/.env
Normal file
6
dev/prod/.env
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
CLIENT_TYPE=dev
|
||||
ACCOUNTS_URL=/account
|
||||
UPLOAD_URL=/upload
|
||||
LOGIN_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6InJvc2FtdW5kQGhjLmVuZ2luZWVyaW5nIiwid29ya3NwYWNlIjoid3MxIn0.crxqT7QUkpZiTmmxouB40LpMwK2CfTf76XqPFWIMyic
|
||||
LOGIN_ENDPOINT=ws://localhost:3333
|
Loading…
Reference in New Issue
Block a user