mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-29 16:55:12 +03:00
7 lines
120 B
JSON
7 lines
120 B
JSON
{
|
|
"port": 3000,
|
|
"helloMsg": "Functional Programming is neat.",
|
|
"tableName": "comments",
|
|
"dbName": "app_db.db"
|
|
}
|