Compare commits
2 Commits
4d9f51fb73
...
fc9e46d4dc
| Author | SHA1 | Date | |
|---|---|---|---|
| fc9e46d4dc | |||
| 9d2c7af8eb |
@@ -29,8 +29,6 @@ namespace EmailApi.Data.Migrations
|
||||
{
|
||||
table.PrimaryKey("PK_EmailTemplates", x => new { x.Key, x.Language });
|
||||
});
|
||||
|
||||
Seed(migrationBuilder);
|
||||
}
|
||||
|
||||
private static void Seed(MigrationBuilder m)
|
||||
|
||||
@@ -116,7 +116,7 @@ services:
|
||||
- Database__TrustServerCertificate=${Database__TrustServerCertificate:-true}
|
||||
|
||||
- InternalApi__ApiKey=${EmailApi__InternalApiKey:-}
|
||||
- InternalApi__RequireApiKey=true
|
||||
- InternalApi__RequireApiKey=${EmailApi__RequireApiKey:-true}
|
||||
|
||||
- Smtp__Host=${Smtp__Host:-}
|
||||
- Smtp__Port=${Smtp__Port:-587}
|
||||
|
||||
Reference in New Issue
Block a user