Add .envrc.example.

This commit is contained in:
2025-10-11 18:22:05 +00:00
parent 8947da88eb
commit f76e374ef0
7 changed files with 20 additions and 0 deletions

13
.envrc.example Normal file
View File

@@ -0,0 +1,13 @@
# API dev
export WILD_CENTRAL_ENV=development
export WILD_CENTRAL_DATA=$PWD/data
export WILD_DIRECTORY=$PWD/directory
# CLI/App dev
export WILD_DAEMON_URL=http://localhost:5055
export WILD_CLI_DATA=$HOME/.wildcloud
# Source activate.sh in interactive shells
if [[ $- == *i* ]]; then
source ./activate.sh
fi