1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-27 01:23:00 +03:00
applied-fp-course/level06/appconfig.json
Sean Chalmers 3f3ac5b108 Ugh, ReaderT lesson added.
Not sure I like it very much, the work continues.
2017-08-15 16:42:24 +10:00

7 lines
98 B
JSON

{
"port": 3000,
"helloMsg": "Oh, hurro!",
"tableName": "comments",
"dbName": "firstapp"
}