-
Notifications
You must be signed in to change notification settings - Fork 24
Configuration & Troubleshooting
Matthew Gallina edited this page Dec 19, 2018
·
10 revisions
To help development and debugging potential issues, sMockin can be started up using a number of different modes:
- DEBUG Allows remote debugging from port 8008.
- INMEM Uses an in-memory DB instead of the main DB.
- RESET_SYS_ADMIN Resets the System Admin user's password back to factory default.
- CONSOLE Runs sMockin in console view with DEBUG level logging.
Examples:
-
To run sMockin using console mode:
- ./start.sh -CONSOLE
-
To run sMockin in debug mode:
- ./start.sh -DEBUG
(Please note these modes are only available to MAC and Linux users at present)