Iceshrimp.NET/Iceshrimp.Backend/configuration.ini
2024-01-24 03:03:20 +01:00

18 lines
No EOL
327 B
INI

[Instance]
ListenPort = 3000
WebDomain = shrimp.example.org
AccountDomain = example.org
[Security]
AuthorizedFetch = true
[Database]
Host = localhost
Database = iceshrimp
Username = iceshrimp
Password = iceshrimp
[Logging:LogLevel]
Default = Information
Microsoft.AspNetCore = Warning
Microsoft.EntityFrameworkCore = Warning