summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features-available/api.conf4
l---------features-enabled/api.conf1
2 files changed, 3 insertions, 2 deletions
diff --git a/features-available/api.conf b/features-available/api.conf
index 48c17e4..08b7efc 100644
--- a/features-available/api.conf
+++ b/features-available/api.conf
@@ -3,8 +3,8 @@
*/
object ApiListener "api" {
- // accept_config = false
- // accept_commands = false
+ accept_config = false
+ accept_commands = false
ticket_salt = TicketSalt
}
diff --git a/features-enabled/api.conf b/features-enabled/api.conf
new file mode 120000
index 0000000..8cdce62
--- /dev/null
+++ b/features-enabled/api.conf
@@ -0,0 +1 @@
+../features-available/api.conf \ No newline at end of file