diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..39ab275 --- /dev/null +++ b/config.toml @@ -0,0 +1,8 @@ +[database] +host = "localhost" +user = "" +password = "" +port = 3306 +database = "" +[session] +timeout = 14400 |
