Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
feat(Config): add RM mirror back
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashHit committed Jul 19, 2022
1 parent d1933c9 commit 9d83a35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ext/Shared/Config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
return {
USE_HTTP = false,
MIRRORS = {},
USE_HTTP = true,
MIRRORS = {
"https://s3.bf3reality.com/assets/customlevelloader/"
},
LOGGER_ENABLED = false,
CLIENT_TIMEOUT = 50
}
6 changes: 4 additions & 2 deletions ext/Shared/Config.release.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
return {
USE_HTTP = false,
MIRRORS = {},
USE_HTTP = true,
MIRRORS = {
"https://s3.bf3reality.com/assets/customlevelloader/"
},
LOGGER_ENABLED = false,
CLIENT_TIMEOUT = 50
}

0 comments on commit 9d83a35

Please sign in to comment.