commit access crdentials 💀

This commit is contained in:
ju09279
2024-09-01 17:52:20 +02:00
parent 3964a1ba59
commit b1be8502c9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
func main() {
if ok := godotenv.Load(".env"); ok != nil {
if ok := godotenv.Load("dev.env"); ok != nil {
panic(".env not found")
}