Initial commit.
This commit is contained in:
13
.envrc
Normal file
13
.envrc
Normal 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
|
||||
Reference in New Issue
Block a user