mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Make executor secret pass validation (#25795)
This commit is contained in:
parent
787ed997e8
commit
c4c0bf6c03
@ -90,7 +90,7 @@ env:
|
||||
# Required for frontend and executor to communicate
|
||||
EXECUTOR_FRONTEND_URL: http://localhost:3080
|
||||
# Must match the secret defined in the site config.
|
||||
EXECUTOR_FRONTEND_PASSWORD: hunter2
|
||||
EXECUTOR_FRONTEND_PASSWORD: hunter2hunter2hunter2
|
||||
|
||||
# Disable firecracker inside executor in dev
|
||||
EXECUTOR_USE_FIRECRACKER: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user