diff options
| author | Lenczu Vex <kuba.lenczowski03@gmail.com> | 2025-04-01 19:59:35 +0200 |
|---|---|---|
| committer | Lenczu Vex <kuba.lenczowski03@gmail.com> | 2025-04-03 08:53:25 +0200 |
| commit | 10905ea5ae9945fd5ae7b90a1cdfa083fd3fbdd1 (patch) | |
| tree | 9bd62e9a980093d53bace42614a54e89b7b35809 /config.toml | |
| parent | 7b2245a452352d32d1e9d4af8b1dd211ecc6e272 (diff) | |
Initial app
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 |
