Skip to content

Commit

Permalink
feat: implement the admin dashboard setup using the fixtures file
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Sep 17, 2024
1 parent d5cecff commit 552e016
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"api_base_url": "http://server:8000",
"card_tokenize_url": "http://server:8000/static/tokenize.js",
"card_tokenize_func": "tokenize",
"card_tokenize_env": "test"
"card_tokenize_env": "test",
"portal_url": "https://www.transit-processor-portal.com"
}
},
{
Expand All @@ -172,7 +173,16 @@
"transit_processor": 1,
"transit_processor_audience": "",
"transit_processor_client_id": "",
"transit_processor_client_secret_name": "cst-transit-processor-client-secret"
"transit_processor_client_secret_name": "cst-transit-processor-client-secret",
"staff_group": 2,
"customer_service_group": 2
}
},
{
"model": "auth.Group",
"pk": 2,
"fields": {
"name": "CST"
}
}
]

0 comments on commit 552e016

Please sign in to comment.