Commit Graph

2 Commits

Author SHA1 Message Date
Mcat12
a8a181f49d Allow fake settings data to be deployed
If it is ignored, then the deploy commit would not include the data.

Also made it explicit that the folders are not ignored, not a file with
the same name as the folder.

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2018-07-08 16:57:00 -04:00
Mcat12
e6b8117853 Implement fakeAPI functionality
I need it temporarily, but it is a good feature to have for testing anyways. Simply place the API output you want to expose in the correct file (`public/fakeAPI/stats/summary`) and make sure that the config file you are using has `fakeAPI` set to `true` (`.env.development`).

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2017-07-01 20:32:04 -04:00