mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
disable comments in non-prod environments
This commit is contained in:
parent
11691cba5c
commit
5f70ae6a05
2 changed files with 2 additions and 0 deletions
1
config/local/params.toml
Normal file
1
config/local/params.toml
Normal file
|
@ -0,0 +1 @@
|
|||
comments = false
|
1
config/preview/params.toml
Normal file
1
config/preview/params.toml
Normal file
|
@ -0,0 +1 @@
|
|||
comments = false
|
Loading…
Reference in a new issue