Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Set by default debug mode to off.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Strappazzon committed Sep 19, 2018
1 parent 94576b2 commit 1d1f43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/sandbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ COPY zenit.yaml /etc/zenit/zenit.yaml
RUN chmod +x /root/*.sh
RUN touch /var/lib/mysql/slow.log
RUN touch /var/lib/mysql/audit.log
RUN sed -i s/debug: false/debug: true/ /etc/zenit/zenit.yaml
RUN sed -i s/127.0.0.1:8123/172.20.1.2:8123/ /etc/zenit/zenit.yaml
RUN sed -i s/127.0.0.1:3306/172.20.1.3:3306/ /etc/zenit/zenit.yaml
RUN sed -i s/root@tcp/admin:admin@tcp/ /etc/zenit/zenit.yaml
Expand Down
2 changes: 1 addition & 1 deletion zenit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
general:
hostname: localhost
interval: 30
debug: true
debug: false

mysql:
dsn: root@tcp(127.0.0.1:3306)/
Expand Down

0 comments on commit 1d1f43a

Please sign in to comment.