feat: rendre le dépôt configurable via variables d'env #2

Merged
cedric merged 7 commits from feat/improve-custom into master 2026-06-26 04:59:05 +00:00
Showing only changes of commit 7fea170597 - Show all commits
+2 -1
View File
@@ -448,7 +448,8 @@ export interface ApiArtisteArtiste extends Struct.CollectionTypeSchema {
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
dateNaissance: Schema.Attribute.Date;
isOKIAwtis: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>;
isExclusiveArtist: Schema.Attribute.Boolean &
Schema.Attribute.DefaultTo<false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',