Skip to content

Commit

Permalink
fixup! 🗃️(dashboard) add administration and company fields to consent…
Browse files Browse the repository at this point in the history
… model
  • Loading branch information
ssorin committed Jan 23, 2025
1 parent 15d20e3 commit 073bcad
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,5 @@ jobs:
DASHBOARD_DB_NAME: test-qualicharge-dashboard
DASHBOARD_DATABASE_URL: psql://qualicharge:pass@localhost:5432/test-qualicharge-dashboard
DASHBOARD_SECRET_KEY: the_secret_key
DASHBOARD_CONTROL_AUTHORITY:
name: QualiCharge
address_1: 1 rue de test
address_2:
zip_code: 75000
city: Paris
represented_by: John Doe
email: [email protected]
DASHBOARD_CONTROL_AUTHORITY: '{"name": "QualiCharge", "address_1": "1 rue de test", "address_2": , "zip_code": "75000", "city": "Paris", "represented_by": "John Doe", "email": "[email protected]"}'
DASHBOARD_CONSENT_DONE_AT: Paris

0 comments on commit 073bcad

Please sign in to comment.