Separate Central data dir from Cloud — use /var/lib/wild-central (prod default)
This commit is contained in:
3
.envrc
3
.envrc
@@ -1,7 +1,6 @@
|
|||||||
# Wild Central dev environment
|
# Wild Central dev environment
|
||||||
# Shares data dir with Wild Cloud for development
|
|
||||||
export WILD_CENTRAL_ENV=development
|
export WILD_CENTRAL_ENV=development
|
||||||
export WILD_CENTRAL_DATA_DIR=$HOME/repos/wild-cloud-dev/wild-cloud-redmond-data
|
export WILD_CENTRAL_DATA_DIR=/var/lib/wild-central
|
||||||
export WILD_CENTRAL_PORT=15055
|
export WILD_CENTRAL_PORT=15055
|
||||||
export WILD_CENTRAL_NATS_PORT=14222
|
export WILD_CENTRAL_NATS_PORT=14222
|
||||||
export WILD_CENTRAL_VITE_URL=http://localhost:5174
|
export WILD_CENTRAL_VITE_URL=http://localhost:5174
|
||||||
|
|||||||
Reference in New Issue
Block a user