Migrate to PostgreSQL and fix related issues

This commit is contained in:
William Bouzourène 2025-05-12 21:10:40 +02:00
parent 0b8fbea6c3
commit a89a9776c3
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
17 changed files with 176 additions and 174 deletions

View file

@ -16,6 +16,7 @@ type Config struct {
}
Database struct {
Location string `env:"DATABASE_LOCATION"`
DSN string `env:"DATABASE_DSN"`
}
Sessions struct {
Location string `env:"SESSIONS_LOCATION"`