diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-11-11 02:50:50 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-11-11 02:50:50 +0300 |
commit | fbe99c65ec36bb0d8b3a508e0894a9830ff9c995 (patch) | |
tree | caf1a1ced752de2e4188c383de82ba98f8bc9272 /config.yml.example | |
parent | 7185d4ac9b039bbb74291f57ee2dae6120c636f6 (diff) |
Implementation of Ruby YAML::Store and read/save of the session database
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example index a31cffd..5179508 100644 --- a/config.yml.example +++ b/config.yml.example @@ -21,4 +21,4 @@ :host: '127.0.0.1' :port: 8899 :password: 'password' - :db: 'sessions.dat' + :db: 'session.dat' |