chandlr-server/settings.json

9 lines
350 B
JSON
Raw Normal View History

{
"postgrest_url": "http://localhost:3000",
"jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiY2hhbl9hcmNoaXZlciJ9.rGIKZokTDKTuQLIv8138bUby5PELfDipYYIDpJzH02c",
"postgrest_fetch_count": 10,
"media_root": "http://10.4.0.1:8888",
"static_serve_path": "/home/phil/Documents/haskell/chandlr-miso",
"static_serve_url_root": "/static"
}