From bae72a5f29bb7afe1db5f8882601066ea4914016 Mon Sep 17 00:00:00 2001 From: Sebastian Dahlgren Date: Mon, 2 Jun 2014 08:43:39 +0200 Subject: [PATCH] Updated default section title in example #181 --- example-dynamic-dynamodb.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example-dynamic-dynamodb.conf b/example-dynamic-dynamodb.conf index 9be79c4..20af143 100644 --- a/example-dynamic-dynamodb.conf +++ b/example-dynamic-dynamodb.conf @@ -27,14 +27,14 @@ log-file: /var/log/dynamic-dynamodb.log # log-config-file: /path/to/logging.conf -[tabledefaults] -# +[table_defaults] +# # Any valid configuration for the table: configuration can be used here and will be used as the default # if not set for a table # Example: # This would set all tables other than my_table to have reads-upper-threshold of 80, while my_table has 90 # reads-upper-threshold: 80 -# +# [table: ^my_table$] #