Skip to content

Commit 70534de

Browse files
committed
Add config file location in detailed usage section of README
1 parent 51d59d9 commit 70534de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Full API documentation of the library can be found on [RubyDoc.info][1].
7373
A number of options are available to be set in
7474
`AWS::SessionStore::DynamoDB::Configuration`, which is used by the
7575
`RackMiddleware` class. These options can be set in the YAML configuration
76-
file in a Rails application, directly by Ruby code, or environment variables.
76+
file in a Rails application (located in `config/sessionstore/dynamodb.yml`),
77+
directly by Ruby code, or through environment variables.
7778

7879
The full set of options along with defaults can be found in the
7980
[Configuration class documentation][2].

0 commit comments

Comments
 (0)