summaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-12-19 18:01:24 +0530
committerBobby <[email protected]>2025-12-19 18:01:24 +0530
commitb1bfec1ce2987d9fe0cc52e5ae9115977fdf8c24 (patch)
tree7080b7dc97522ffe0837a1e0b2965489d7e67664 /config/config.go
parent767297e28d47ee9cf3722054e41caa837f0e68d2 (diff)
downloadlain-b1bfec1ce2987d9fe0cc52e5ae9115977fdf8c24.tar.xz
lain-b1bfec1ce2987d9fe0cc52e5ae9115977fdf8c24.zip
added utils, templates, routes, types, middleware, processors and a whole lot of things for a basic login page
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/config.go b/config/config.go
index a3835c5..84729c1 100644
--- a/config/config.go
+++ b/config/config.go
@@ -8,12 +8,12 @@ import (
)
var (
- Server ServerConfig
- MailServer MailServerConfig
- Database DatabaseConfig
- MinIO MinIOConfig
- AIServer AIServerConfig
- Session SessionConfig
+ Server server
+ MailServer mail
+ Database database
+ MinIO minio
+ AIServer ai
+ Session session
)
func init() {