Add a db:reset command only for dev mode

This commit is contained in:
Vikram Rangnekar
2019-11-22 00:07:06 -05:00
parent a4c09dedd5
commit 6bd27d7c79
5 changed files with 49 additions and 42 deletions

View File

@ -3,7 +3,7 @@ host_port: 0.0.0.0:8080
web_ui: true
# debug, info, warn, error, fatal, panic
log_level: "debug"
log_level: "info"
# When production mode is 'true' only queries
# from the allow list are permitted.
@ -184,7 +184,7 @@ roles:
- updated_at: "now"
delete:
deny: true
block: true
- name: admin
match: id = 1000