diff --git a/.envrc.example b/.envrc.example index 0d55c1e..5b8fcad 100644 --- a/.envrc.example +++ b/.envrc.example @@ -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 diff --git a/wild-central b/wild-central index 97dc73c..f9c7a9e 160000 --- a/wild-central +++ b/wild-central @@ -1 +1 @@ -Subproject commit 97dc73cc9cc8a156490af34da6940e52fd6767fa +Subproject commit f9c7a9e2f4f4dea5daea9889ecbc17095bc5f2f0 diff --git a/wild-central-api b/wild-central-api index 9203220..1d11996 160000 --- a/wild-central-api +++ b/wild-central-api @@ -1 +1 @@ -Subproject commit 92032202f46767f367c000122171e9ceb163b6ac +Subproject commit 1d11996cd6341f4570e53486c189245117cb27c3 diff --git a/wild-cli b/wild-cli index caabd29..0307e46 160000 --- a/wild-cli +++ b/wild-cli @@ -1 +1 @@ -Subproject commit caabd298b34f20637899bd3cce1ce50c6492cdb6 +Subproject commit 0307e4610efaead4734b35a9df09278b11576804 diff --git a/wild-web-app b/wild-web-app index 33454bc..24965d2 160000 --- a/wild-web-app +++ b/wild-web-app @@ -1 +1 @@ -Subproject commit 33454bc4e1d135719ec06901c41123ef203e5706 +Subproject commit 24965d2b888507990093a4c5d9c0b0cbe5b55e6e