summaryrefslogtreecommitdiff
path: root/backend/Settings.json
blob: c40350583e91ffd3e37828f4269d21ed8cb7520d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "Port": 6969, 
    "CorsParams": {
        "Origin": "*",
        "Methods": "GET,POST,PUT,DELETE,OPTIONS",
        "Headers": "authorization,content-type"
    },
    "RedisParams": {
        "Address": "127.0.0.1",
        "Port": 6379
    },
    "DbParams": {
        "Address": "localhost",
        "Port": 5432
    }
}