mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-06-05 09:26:28 +00:00
commit access crdentials 💀
This commit is contained in:
+1
-1
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user