Skip to content

Commit 20b8d99

Browse files
author
anmarhindi
committed
edit url
1 parent 60d0ca2 commit 20b8d99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

submodules/s3

util/config_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from typing import Dict, Any, Optional, Union
22
import requests
3-
import json
43
import time
54
from util import daemon
65

76
__config = None
87

98
# meant as a const value since env variables will be removed at some point
10-
REQUEST_URL = "http://refinery-config:80/full_config"
9+
# REQUEST_URL = "http://refinery-config:80/full_config"
10+
REQUEST_URL = "http://refinery-gateway/api/v1/misc/full_config"
1111

1212

1313
def __get_config() -> Dict[str, Any]:

0 commit comments

Comments
 (0)