Skip to content

Commit

Permalink
Move admin account to legacy org in demo/staging initdata (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored Oct 4, 2022
1 parent f617b82 commit 95be43e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ops/ansible/environments/demo/assets/initdata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
organizations:
- params:
name: "Organisation par défaut"
siret: "00000000000000"
- params:
name: "Ministère de la Culture"
siret: "11004601800013"
Expand All @@ -21,7 +24,7 @@ users:

- id: "4c2cefce-ea47-4e6e-8c79-8befd4495f45"
params:
organization_siret: "11004601800013"
organization_siret: "00000000000000"
email: [email protected]
password: __env__
extras:
Expand Down
5 changes: 4 additions & 1 deletion ops/ansible/environments/staging/assets/initdata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
organizations:
- params:
name: "Organisation par défaut"
siret: "00000000000000"
- params:
name: "Ministère de la Culture"
siret: "11004601800013"
Expand All @@ -21,7 +24,7 @@ users:

- id: "4c2cefce-ea47-4e6e-8c79-8befd4495f45"
params:
organization_siret: "11004601800013"
organization_siret: "00000000000000"
email: [email protected]
password: __env__
extras:
Expand Down

0 comments on commit 95be43e

Please sign in to comment.