Skip to content

Commit

Permalink
remove marketplace env and update default domain
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 22, 2024
1 parent d57b808 commit 165bd6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
APP_TENANT_ID=""
APP_PROJECT_KEY="cee262a5a1bdd205cbfe0dfc2ad4eddf"
APP_URL="https://api.fusio.cloud"
APP_APPS_URL="https://api.fusio.cloud/apps"
APP_URL="https://test.fusio.cloud"
APP_APPS_URL="https://test.fusio.cloud/apps"
APP_ENV=dev # dev or prod
APP_DEBUG=true
APP_CONNECTION="pdo-mysql://root:test1234@localhost/fusio"
APP_MAILER="native://default"
APP_MESSENGER="doctrine://default"
APP_MAIL_SENDER=""
APP_MARKETPLACE="off"
SDKGEN_CLIENT_ID=""
SDKGEN_CLIENT_SECRET=""

0 comments on commit 165bd6b

Please sign in to comment.