Elliotasdasdasfasas commited on
Commit
4cdd1ac
·
1 Parent(s): 238cb53

Deploy RedNeural Docker Environment with Fixes

Browse files
Files changed (1) hide show
  1. utils/bunker_client.py +1 -1
utils/bunker_client.py CHANGED
@@ -36,7 +36,7 @@ class BunkerClient:
36
  """
37
 
38
  # Configuration
39
- BUNKER_URL = "https://exactly-heather-coaches-travelers.trycloudflare.com"
40
  AUTH = HTTPBasicAuth('azureuser', 'bunker_password_2026')
41
  BUFFER_DIR = "_bunker_buffer"
42
  MAX_RETRIES = 5
 
36
  """
37
 
38
  # Configuration
39
+ BUNKER_URL = "http://20.125.88.188:9621" # Plan B: Direct Azure IP
40
  AUTH = HTTPBasicAuth('azureuser', 'bunker_password_2026')
41
  BUFFER_DIR = "_bunker_buffer"
42
  MAX_RETRIES = 5