We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbbe1f commit 7bddd13Copy full SHA for 7bddd13
1 file changed
docs/en/config/appsettings.mdx
@@ -15,13 +15,13 @@ Here is a complete example of configuration:
15
```json
16
{
17
"AllowedHosts": "*",
18
- "ConnectionStrings": {
+ "ConnectionStrings": {
19
"Database": "Host=db:5432;Database=gzctf;Username=postgres;Password=<Database Password>"
20
// redis is optional
21
// "RedisCache": "cache:6379,password=<Redis Password>",
22
// local disk storage (default) or s3-compatible storage (optional)
23
// "Storage": "disk://path=./files" or "s3://accessKey=<YOUR_ACCESS_KEY>;secretKey=<YOUR_SECRET_KEY>;bucket=<YOUR_BUCKET>;region=<YOUR_REGION>"
24
- },,
+ },
25
"Logging": {
26
"LogLevel": {
27
"Default": "Information",
0 commit comments