Skip to content

Commit

Permalink
chore: Add Tag infos to other appsettings.override files
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Oct 18, 2024
1 parent 5ec8018 commit 5c478ac
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 0 deletions.
83 changes: 83 additions & 0 deletions .ci/appsettings.override.postgres.docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,89 @@
}
}
},
"Tags": {
"Application": {
"Attributes": [
{
"name": "IdentityFileReference",
"tags": [
{
"tag": "schulabschluss",
"displayNames": {
"en": "Degree",
"de": "Abschluss"
},
"children": [
{
"tag": "realschule",
"displayNames": {
"de": "Realschule",
"en": "Secondary School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
},
{
"tag": "gymnasium",
"displayNames": {
"de": "Gymnasium",
"en": "High School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
}
]
}
]
},
{
"name": "PhoneNumber",
"tags": [
{
"tag": "notfall",
"displayNames": {
"de": "Notfallkontakt",
"en": "Emergency Contact"
}
}
]
},
{
"name": "StreetAddress",
"tags": [
{
"tag": "lieferung",
"displayNames": {
"de": "Lieferadresse",
"en": "Delivery Address"
}
},
{
"tag": "heimat",
"displayNames": {
"de": "Heimatadresse",
"en": "Home Address"
}
}
]
}
]
}
},
"Tokens": {
"Infrastructure": {
"SqlDatabase": {
Expand Down
83 changes: 83 additions & 0 deletions .ci/appsettings.override.postgres.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,89 @@
}
}
},
"Tags": {
"Application": {
"Attributes": [
{
"name": "IdentityFileReference",
"tags": [
{
"tag": "schulabschluss",
"displayNames": {
"en": "Degree",
"de": "Abschluss"
},
"children": [
{
"tag": "realschule",
"displayNames": {
"de": "Realschule",
"en": "Secondary School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
},
{
"tag": "gymnasium",
"displayNames": {
"de": "Gymnasium",
"en": "High School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
}
]
}
]
},
{
"name": "PhoneNumber",
"tags": [
{
"tag": "notfall",
"displayNames": {
"de": "Notfallkontakt",
"en": "Emergency Contact"
}
}
]
},
{
"name": "StreetAddress",
"tags": [
{
"tag": "lieferung",
"displayNames": {
"de": "Lieferadresse",
"en": "Delivery Address"
}
},
{
"tag": "heimat",
"displayNames": {
"de": "Heimatadresse",
"en": "Home Address"
}
}
]
}
]
}
},
"Tokens": {
"Infrastructure": {
"SqlDatabase": {
Expand Down
83 changes: 83 additions & 0 deletions .ci/appsettings.override.sqlserver.docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,89 @@
}
}
},
"Tags": {
"Application": {
"Attributes": [
{
"name": "IdentityFileReference",
"tags": [
{
"tag": "schulabschluss",
"displayNames": {
"en": "Degree",
"de": "Abschluss"
},
"children": [
{
"tag": "realschule",
"displayNames": {
"de": "Realschule",
"en": "Secondary School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
},
{
"tag": "gymnasium",
"displayNames": {
"de": "Gymnasium",
"en": "High School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
}
]
}
]
},
{
"name": "PhoneNumber",
"tags": [
{
"tag": "notfall",
"displayNames": {
"de": "Notfallkontakt",
"en": "Emergency Contact"
}
}
]
},
{
"name": "StreetAddress",
"tags": [
{
"tag": "lieferung",
"displayNames": {
"de": "Lieferadresse",
"en": "Delivery Address"
}
},
{
"tag": "heimat",
"displayNames": {
"de": "Heimatadresse",
"en": "Home Address"
}
}
]
}
]
}
},
"Tokens": {
"Infrastructure": {
"SqlDatabase": {
Expand Down
83 changes: 83 additions & 0 deletions .ci/appsettings.override.sqlserver.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,89 @@
}
}
},
"Tags": {
"Application": {
"Attributes": [
{
"name": "IdentityFileReference",
"tags": [
{
"tag": "schulabschluss",
"displayNames": {
"en": "Degree",
"de": "Abschluss"
},
"children": [
{
"tag": "realschule",
"displayNames": {
"de": "Realschule",
"en": "Secondary School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
},
{
"tag": "gymnasium",
"displayNames": {
"de": "Gymnasium",
"en": "High School"
},
"children": [
{
"tag": "zeugnis",
"displayNames": {
"de": "Zeugnis",
"en": "Diploma"
}
}
]
}
]
}
]
},
{
"name": "PhoneNumber",
"tags": [
{
"tag": "notfall",
"displayNames": {
"de": "Notfallkontakt",
"en": "Emergency Contact"
}
}
]
},
{
"name": "StreetAddress",
"tags": [
{
"tag": "lieferung",
"displayNames": {
"de": "Lieferadresse",
"en": "Delivery Address"
}
},
{
"tag": "heimat",
"displayNames": {
"de": "Heimatadresse",
"en": "Home Address"
}
}
]
}
]
}
},
"Tokens": {
"Infrastructure": {
"SqlDatabase": {
Expand Down

0 comments on commit 5c478ac

Please sign in to comment.