diff options
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' |