-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move admin account to legacy org in demo/staging initdata (#465)
- Loading branch information
1 parent
f617b82
commit 95be43e
Showing
2 changed files
with
8 additions
and
2 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
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" | ||
|
@@ -21,7 +24,7 @@ users: | |
|
||
- id: "4c2cefce-ea47-4e6e-8c79-8befd4495f45" | ||
params: | ||
organization_siret: "11004601800013" | ||
organization_siret: "00000000000000" | ||
email: [email protected] | ||
password: __env__ | ||
extras: | ||
|
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
organizations: | ||
- params: | ||
name: "Organisation par défaut" | ||
siret: "00000000000000" | ||
- params: | ||
name: "Ministère de la Culture" | ||
siret: "11004601800013" | ||
|
@@ -21,7 +24,7 @@ users: | |
|
||
- id: "4c2cefce-ea47-4e6e-8c79-8befd4495f45" | ||
params: | ||
organization_siret: "11004601800013" | ||
organization_siret: "00000000000000" | ||
email: [email protected] | ||
password: __env__ | ||
extras: | ||
|