diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-17 14:00:40 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-17 14:00:40 +0200 |
commit | 69fe55ad54468948c13af520a498ed4aeac194ed (patch) | |
tree | c7db25aa7cf615480e9b386064f232d2bec6ccc3 /sellershut.toml | |
parent | 5fdb24b6a2cef7964a049e789ed90f883221d657 (diff) | |
download | sellershut-69fe55ad54468948c13af520a498ed4aeac194ed.tar.bz2 sellershut-69fe55ad54468948c13af520a498ed4aeac194ed.zip |
chore: convert to workspace
Diffstat (limited to 'sellershut.toml')
-rw-r--r-- | sellershut.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sellershut.toml b/sellershut.toml deleted file mode 100644 index 77a8a25..0000000 --- a/sellershut.toml +++ /dev/null @@ -1,20 +0,0 @@ -[application] -env = "development" -port = 2210 - -[misc] -hostname = "localhost" -instance-name = "sellershut" - -[monitoring] -log-level = "sellershut=trace,info" - -[database] -pool_size = 100 -port = 5432 -name = "sellershut" -host = "localhost" -password = "password" -user = "postgres" - -# vim:ft=toml |