-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
24 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,10 @@ PORT=8100 | |
ALLOWED_HOSTS=* | ||
INTERNAL_USERS='[{"email": "[email protected]", "role": "Super User"}, {"email": "[email protected]", "role": "Super User"}, {"email": "[email protected]", "role": "Super User"}, {"email": "[email protected]", "role": "Super User"}, {"email": "[email protected]", "role": "Super User"}, {"email": "[email protected]", "role": "Licensing Unit Officer", "first_name":"LU", "last_name":"Officer", "team_id": "58e77e47-42c8-499f-a58d-94f94541f8c6", "default_queue": "f0e7c2fa-100f-42ad-b740-bb072393e664"}, {"email": "[email protected]", "role": "Licensing Unit Manager", "first_name":"Licensing", "last_name":"Manager", "team_id": "58e77e47-42c8-499f-a58d-94f94541f8c6", "default_queue": "9f5a2a93-03ed-4416-a8f8-8b728e5ea9d0"}, {"email": "[email protected]", "role": "Licencing Unit Senior Manager", "first_name":"LU", "last_name":"Senior Manager", "team_id": "58e77e47-42c8-499f-a58d-94f94541f8c6", "default_queue": "7b643901-565a-4ec8-8a7a-de34bc541a0e"}, {"email": "[email protected]", "role": "Enforcement Unit Manager", "first_name":"Enforcement", "last_name":"Manager", "team_id": "48b4fe54-7d4f-4c03-b143-f8d1dcef9f5b", "default_queue": "50543c0d-bf2a-4f68-b33f-2ab89759db11"}]' | ||
EXPORTER_USERS='[{"email": "[email protected]", "organisation": "Archway Communications", "role": "Super User"}, {"email": "[email protected]", "role": "Super User"}]' | ||
AWS_ACCESS_KEY_ID=AWS_ACCESS_KEY_ID | ||
AWS_SECRET_ACCESS_KEY=AWS_SECRET_ACCESS_KEY | ||
AWS_STORAGE_BUCKET_NAME=AWS_STORAGE_BUCKET_NAME | ||
AWS_ENDPOINT_URL=http://s3:9000 | ||
AWS_ACCESS_KEY_ID=minio_username | ||
AWS_SECRET_ACCESS_KEY=minio_password | ||
AWS_STORAGE_BUCKET_NAME=uploads | ||
AWS_REGION=eu-west-2 | ||
LITE_HMRC_INTEGRATION_ENABLED=False | ||
LITE_HMRC_INTEGRATION_URL=LITE_HMRC_INTEGRATION_URL | ||
|
@@ -47,10 +48,3 @@ MOCK_VIRUS_SCAN_ACTIVATE_ENDPOINTS=TRUE | |
AV_SERVICE_URL=http://localhost:8100/mock_virus_scan/scan | ||
AV_SERVICE_PASSWORD=AV_SERVICE_PASSWORD | ||
AV_SERVICE_USERNAME=AV_SERVICE_USERNAME | ||
|
||
# Below values can be found in vault | ||
|
||
export AWS_ACCESS_KEY_ID= | ||
export AWS_REGION= | ||
export AWS_SECRET_ACCESS_KEY= | ||
export AWS_STORAGE_BUCKET_NAME= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters