Update submodules. Add envrc example.

This commit is contained in:
2025-10-12 20:20:16 +00:00
parent 72176d5401
commit 5e3c49a17f
5 changed files with 10 additions and 6 deletions

View File

@@ -1,10 +1,14 @@
# API dev
export WILD_CENTRAL_ENV=development
export WILD_CENTRAL_DATA=$PWD/data
export WILD_API_DATA_DIR=$PWD/data
export WILD_DIRECTORY=$PWD/directory
# CORS configuration for production (comma-separated origins)
# Defaults to localhost development origins if not set
# export WILD_CORS_ORIGINS=https://app.wildcloud.com,https://www.wildcloud.com
# CLI/App dev
export WILD_DAEMON_URL=http://localhost:5055
export WILD_API_URI=http://localhost:5055
export WILD_CLI_DATA=$HOME/.wildcloud
# Source activate.sh in interactive shells