| 1 |
{ |
| 2 |
"Logging": { |
| 3 |
"LogLevel": { |
| 4 |
"Default": "Information", |
| 5 |
"Microsoft.AspNetCore": "Warning" |
| 6 |
} |
| 7 |
}, |
| 8 |
"AllowedHosts": "*", |
| 9 |
"Rvrb": { |
| 10 |
"Node": "rvrb@127.0.0.1", |
| 11 |
"LocalNode": "blog@127.0.0.1" |
| 12 |
}, |
| 13 |
"Send": { |
| 14 |
"IceServers": [ "stun:stun.l.google.com:19302" ] |
| 15 |
}, |
| 16 |
"Git": { |
| 17 |
"RepositoryRoot": "/home/git", |
| 18 |
"CloneUrl": "ssh://git@git.bes.is/{repo}" |
| 19 |
} |
| 20 |
} |