Skip to content

Commit 7bddd13

Browse files
committed
fix: fix malformed json
1 parent acbbe1f commit 7bddd13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/config/appsettings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Here is a complete example of configuration:
1515
```json
1616
{
1717
"AllowedHosts": "*",
18-
"ConnectionStrings": {
18+
"ConnectionStrings": {
1919
"Database": "Host=db:5432;Database=gzctf;Username=postgres;Password=<Database Password>"
2020
// redis is optional
2121
// "RedisCache": "cache:6379,password=<Redis Password>",
2222
// local disk storage (default) or s3-compatible storage (optional)
2323
// "Storage": "disk://path=./files" or "s3://accessKey=<YOUR_ACCESS_KEY>;secretKey=<YOUR_SECRET_KEY>;bucket=<YOUR_BUCKET>;region=<YOUR_REGION>"
24-
},,
24+
},
2525
"Logging": {
2626
"LogLevel": {
2727
"Default": "Information",

0 commit comments

Comments
 (0)