Skip to content

Commit

Permalink
Remove unneeded tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Feb 8, 2024
1 parent 1b42df9 commit eaa6f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func main() {
"RCONEnabled": os.Getenv("RCON_ENABLE"),
"bUseAuth": os.Getenv("USE_AUTH"),
"BanListURL": os.Getenv("BAN_LIST_URL"),
"Region": os.Getenv("SERVER_REGION"),
"Region": os.Getenv("SERVER_REGION"),
// Add other environment variables and corresponding INI keys here
}

Expand Down Expand Up @@ -180,7 +180,7 @@ func main() {
"RCONEnabled": "TrueFalse",//RCONEnabled=False,
"bUseAuth": "TrueFalse",//bUseAuth=True,
"BanListURL": "String",//BanListURL="https://api.palworldgame.com/api/banlist.txt"
"Region": "String",//Region="",
"Region": "String",//Region="",
// Add other keys as needed
}

Expand Down

0 comments on commit eaa6f1b

Please sign in to comment.