Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGautier committed Oct 7, 2023
1 parent a8df65d commit c0cdefe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
APP_NAME=IFDD
APP_ENV=local
APP_ENV=production
APP_KEY=
APP_DEBUG=true
APP_URL=
APP_DEBUG=false
APP_URL=https://cartodd-api.francophonie.org
ASSET_URL=https://cartodd-api.francophonie.org

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
Expand Down Expand Up @@ -52,10 +53,9 @@ MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"


APP_FRONTEND=
APP_FRONTEND=https://cartodd.francophonie.org

SCOUT_DRIVER=meilisearch
MEILISEARCH_HOST=http://ifdd-app-meilisearch:7700
MEILISEARCH_KEY=

ANALYTICS_PROPERTY_ID=

0 comments on commit c0cdefe

Please sign in to comment.