mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-19 08:28:10 +02:00
chore: add dev setup documentation
This commit is contained in:
parent
e83f3a36d2
commit
2fb644546c
12 changed files with 311 additions and 8 deletions
6
ui/.env.example
Normal file
6
ui/.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
|
||||
BACKEND_URL=http://localhost:8000
|
||||
|
||||
NEXT_PUBLIC_NODE_ENV=development
|
||||
NEXT_PUBLIC_DEPLOYMENT_MODE: "oss"
|
||||
NEXT_PUBLIC_AUTH_PROVIDER="local"
|
||||
Loading…
Add table
Add a link
Reference in a new issue