mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
commit access crdentials 💀
This commit is contained in:
@@ -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