From 841bcac241bac980d5e943793ffda3372d7f8f82 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Thu, 16 Jan 2014 19:34:39 +0100 Subject: Big multiple-plugins patch (fixes #2). --- plugins/session/config.sample.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/session/config.sample.php (limited to 'plugins/session/config.sample.php') diff --git a/plugins/session/config.sample.php b/plugins/session/config.sample.php new file mode 100644 index 0000000..8677cf3 --- /dev/null +++ b/plugins/session/config.sample.php @@ -0,0 +1,17 @@ + '' + 'config' => ['root_path' => '/path/to/site'], + 'mysql' => [ + 'dsn' => 'mysql:host=localhost;dbname=DATABASE;charset=utf8', + 'username' => 'USER', + 'password' => 'PASSWORD', + 'table' => 'TABLE', + ], + ], +]; -- cgit v1.1