Files
wild-cloud-dev/.envrc
2025-10-11 18:08:04 +00:00

14 lines
313 B
Bash

# 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