forked from cartsnitch/api
Compare commits
1 Commits
uat
...
car992-fix
| Author | SHA1 | Date | |
|---|---|---|---|
| 0127c16d0b |
@@ -23,7 +23,12 @@ class Settings(BaseSettings):
|
|||||||
|
|
||||||
auth_service_url: str = "http://auth:3001"
|
auth_service_url: str = "http://auth:3001"
|
||||||
|
|
||||||
cors_origins: list[str] = ["http://localhost:3000", "https://cartsnitch.com"]
|
cors_origins: list[str] = [
|
||||||
|
"http://localhost:3000",
|
||||||
|
"https://cartsnitch.com",
|
||||||
|
"https://dev.cartsnitch.com",
|
||||||
|
"https://uat.cartsnitch.com",
|
||||||
|
]
|
||||||
|
|
||||||
receiptwitness_url: str = "http://receiptwitness:8001"
|
receiptwitness_url: str = "http://receiptwitness:8001"
|
||||||
stickershock_url: str = "http://stickershock:8002"
|
stickershock_url: str = "http://stickershock:8002"
|
||||||
|
|||||||
Reference in New Issue
Block a user