Browse Source

Update 0.1.6.md

Stefan Pejcic 1 year ago
parent
commit
5f116237af
1 changed files with 16 additions and 0 deletions
  1. 16 0
      documentation/docs/changelog/0.1.6.md

+ 16 - 0
documentation/docs/changelog/0.1.6.md

@@ -56,6 +56,22 @@ dev_mode allows developers to view original responses from OpenAdmin and detaile
 - json responses are not minified
 - json responses are not minified
 - detailed error messages are shown
 - detailed error messages are shown
 
 
+
+To enable dev_mode:
+
+```
+opencli config update dev_mode on
+```
+
+To disable dev_mode:
+
+```
+opencli config update dev_mode on
+```
+
+and restart *admin* service.
+
+
 ----
 ----
 
 
 ### BasicAuth for OpenAdmin
 ### BasicAuth for OpenAdmin