From 34a5fff5eea6883a7ab3b82e153368dc558b7875 Mon Sep 17 00:00:00 2001 From: vitusventure Date: Mon, 18 Nov 2024 15:47:04 -0800 Subject: [PATCH] Provide proper configuration value for dynamodb table name --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index e38f8b05..4ea664e2 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -220,7 +220,7 @@ Dynamodb Default: Instance connected to ``'localhost:8000'`` -.. py:data:: SESSION_DYNAMODB_TABLE_NAME +.. py:data:: SESSION_DYNAMODB_TABLE The name of the table you want to use.