1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-29 16:55:12 +03:00
applied-fp-course/files/appconfig.json
2018-11-29 14:06:03 +10:00

7 lines
120 B
JSON

{
"port": 3000,
"helloMsg": "Functional Programming is neat.",
"tableName": "comments",
"dbName": "app_db.db"
}