aboutsummaryrefslogtreecommitdiff
path: root/db_connection_config.yml
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-06-12 11:51:12 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-06-12 11:51:12 +0200
commit6b119f76190cb2f5d38f9fb52ec5b60e65d29cc4 (patch)
tree0b03c873b5b12f78b42658a35a8937b8eab4eb19 /db_connection_config.yml
parent1c0b6de5a0c71e37b83fe14836a1ae8c2c9e280e (diff)
download0tdns-6b119f76190cb2f5d38f9fb52ec5b60e65d29cc4.tar.gz
0tdns-6b119f76190cb2f5d38f9fb52ec5b60e65d29cc4.zip
make it possible to disable execution of installed 0tdns
Diffstat (limited to 'db_connection_config.yml')
-rw-r--r--db_connection_config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_connection_config.yml b/db_connection_config.yml
index a9170ae..abe2500 100644
--- a/db_connection_config.yml
+++ b/db_connection_config.yml
@@ -2,4 +2,5 @@ user: postgres
password: postgres
host: "127.0.0.1"
port: "5432"
-database: "ztdns" \ No newline at end of file
+database: "ztdns"
+enabled: no \ No newline at end of file