mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add conn string env var to Agent
This commit is contained in:
parent
1ae2fe66c0
commit
97db616f88
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ services:
|
|||
volumes:
|
||||
- archives:/app/archives
|
||||
environment:
|
||||
ConnectionStrings__FilterListsConnection: ${FILTERLISTS_CONNECTION_STRING}
|
||||
ApplicationInsights__InstrumentationKey: ${FILTERLISTS_AGENT_APPLICATION_INSIGHTS_INSTRUMENTATION_KEY}
|
||||
GitHub__ProductHeaderValue: ${FILTERLISTS_AGENT_GITHUB_PRODUCT_HEADER_VALUE}
|
||||
GitHub__PersonalAccessToken: ${FILTERLISTS_AGENT_GITHUB_PERSONAL_ACCESS_TOKEN}
|
||||
|
|
|
|||
Loading…
Reference in a new issue