{ "ConnectionStrings": { "DefaultConnection": "Server=localhost;Port=3306;Database=igreja_aberta;User=root;Password=uaarae11;" }, "Jwt": { "Issuer": "igreja-aberta", "Audience": "igreja-aberta-api", "Key": "CHANGE_ME_TO_A_32_BYTE_OR_LONGER_SECRET_KEY", "AccessTokenMinutes": 15, "RefreshTokenDays": 7 }, "Seed": { "AdminPassword": "Admin@123456" }, "Swagger": { "Enabled": true }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }
info at phpclasses dot org