Skip to content

Commit 3dbd76d

Browse files
committed
UPD: URLs settings
1 parent 90c4040 commit 3dbd76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecad/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ class Settings(BaseSettings):
1010
fetch_dir: Path = Field("./data/fetch", env="FETCH_DIR")
1111
split_dir: Path = Field("./data/split", env="SPLIT_DIR")
1212

13-
api_url: HttpUrl = Field("http://localhost:8000", env="API_URL")
13+
api_url: HttpUrl = Field("http://127.0.0.1:8000", env="API_URL")
1414
api_version: str = Field("", env="API_VERSION")
15-
app_url: HttpUrl = Field("http://localhost:8050", env="APP_URL")
15+
app_url: HttpUrl = Field("http://127.0.0.1:8050", env="APP_URL")
1616

1717
mongo_host: str = Field("127.0.0.1", env="MONGO_HOST")
1818
mongo_port: int = Field(27017, env="MONGO_PORT")

0 commit comments

Comments
 (0)