Skip to content

Commit

Permalink
Merge pull request #195 from GeOsmFamily:dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
BorisGautier authored Oct 7, 2023
2 parents 99da41c + c0cdefe commit 6b2945a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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=
3 changes: 1 addition & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ public function boot()
}

Health::checks([
OptimizedAppCheck::new(),
DebugModeCheck::new(),
EnvironmentCheck::new(),
DatabaseCheck::new(),
DatabaseSizeCheck::new(),
MeiliSearchCheck::new(),
MeiliSearchCheck::new()->url(env('MEILISEARCH_HOST') . '/health'),
UsedDiskSpaceCheck::new(),
CacheCheck::new()

Expand Down

0 comments on commit 6b2945a

Please sign in to comment.