Skip to content

Commit

Permalink
Update publish_multi_request.py with temporary CDN address
Browse files Browse the repository at this point in the history
Signed-off-by: spess-empyrean <[email protected]>
  • Loading branch information
spess-empyrean authored Jan 18, 2025
1 parent 8a26ec8 commit 6d401c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/publish_multi_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# CONFIGURATION PARAMETERS
# Forks should change these to publish to their own infrastructure.
#
ROBUST_CDN_URL = "https://cdn.simplestation.org/"
FORK_ID = "einstein-engines"
ROBUST_CDN_URL = "https://cdn.networkgamez.com/"
FORK_ID = "vgstation"

def main():
session = requests.Session()
Expand Down

0 comments on commit 6d401c7

Please sign in to comment.