mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 04:09:03 +00:00
fix: add .env.sample
This commit is contained in:
parent
fe98ec196e
commit
86b8ee99ef
1 changed files with 16 additions and 0 deletions
16
.env.sample
Normal file
16
.env.sample
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Local Development
|
||||
|
||||
# Domain of backend, local or production
|
||||
DOMAIN_BACKEND=http://127.0.0.1:3003
|
||||
|
||||
# Tell frontend to use DOMAIN_BACKEND (1/0)
|
||||
DOMAIN_OVERRIDE=1
|
||||
|
||||
#
|
||||
NODE_ENV=development
|
||||
|
||||
|
||||
### CrowdIn
|
||||
CROWDIN=0
|
||||
#CROWDIN_API_TOKEN=
|
||||
#CROWDIN_PROJECT_ID=
|
||||
Loading…
Add table
Add a link
Reference in a new issue