Skip to content

Commit

Permalink
Add comment to remember meilisearch key id (#347)
Browse files Browse the repository at this point in the history
* Update constants.dart

* Update constants.dart
  • Loading branch information
JElgar authored Oct 29, 2024
1 parent d2117c0 commit 07c5962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/assets/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const CAUSES_API_URL = 'https://causes.dev.apiv2.now-u.com/';

// const SEARCH_SERVICE_URL = '$LOCAL_STACK_URL:7700';
const SEARCH_SERVICE_URL = 'https://search.dev.apiv2.now-u.com';

// Key uid: c41c4e65-0b7e-468b-b346-4f277cc9e8b7
const SEARCH_SERVICE_KEY =
'aaae5a4efcd407ca2c568ad9bcafda8f5362526a4b14ab8d746df52a7e7415a6';

Expand Down

0 comments on commit 07c5962

Please sign in to comment.