mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
commit access crdentials 💀
This commit is contained in:
2
proxy/.gitignore
vendored
2
proxy/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
.env
|
||||
|
||||
*.env
|
||||
tmp/
|
||||
*.db
|
||||
|
||||
@@ -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