all repos

onasty @ d87c770

a one-time notes service

onasty/web/elm-land.json (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
web: create note page (#144)..., 11 months ago
1
{
2
  "app": {
3
    "elm": {
4
      "development": {
5
        "debugger": true
6
      },
7
      "production": {
8
        "debugger": false
9
      }
10
    },
11
    "env": ["FRONTEND_URL"],
12
    "html": {
13
      "attributes": {
14
        "html": {
15
          "lang": "en",
16
          "class": "-no-dark-theme"
17
        },
18
        "head": {}
19
      },
20
      "title": "Onasty",
21
      "meta": [
22
        {
23
          "charset": "UTF-8"
24
        },
25
        {
26
          "http-equiv": "X-UA-Compatible",
27
          "content": "IE=edge"
28
        },
29
        {
30
          "name": "viewport",
31
          "content": "width=device-width, initial-scale=1.0"
32
        }
33
      ],
34
      "link": [],
35
      "script": []
36
    },
37
    "router": {
38
      "useHashRouting": false
39
    },
40
    "proxy": {
41
      "/api": "http://localhost:8000"
42
    }
43
  }
44
}