Skip to content

Commit dd872b1

Browse files
committed
Search Admin: Add Publishing API token
This is now required by the app to run, but can be an arbitrary value in development.
1 parent ec20ae2 commit dd872b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/search-admin/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ services:
3030
TEST_DATABASE_URL: "mysql2://root:root@mysql-8/search_admin_test"
3131
REDIS_URL: redis://search-admin-redis
3232
DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME: "projects/780375417592/locations/global/collections/default_collection"
33+
PUBLISHING_API_BEARER_TOKEN: example
3334

3435
search-admin-app: &search-admin-app
3536
<<: *search-admin-base
@@ -46,6 +47,7 @@ services:
4647
BINDING: 0.0.0.0
4748
PORT: 3000
4849
DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME: "projects/780375417592/locations/global/collections/default_collection"
50+
PUBLISHING_API_BEARER_TOKEN: example
4951
expose:
5052
- "3000"
5153
command: bin/dev

0 commit comments

Comments
 (0)