mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
updated cors
This commit is contained in:
parent
ca8d28eeee
commit
52c686153f
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ class Settings(BaseSettings):
|
|||
"http://0.0.0.0:8080",
|
||||
"http://felicity:3000",
|
||||
"http://localhost",
|
||||
"https://felicity-lims.vercel.app/",
|
||||
"http://felicity-lims.vercel.app",
|
||||
"https://felicity-lims.vercel.app",
|
||||
]
|
||||
TESTING = getenv_boolean("TESTING", False)
|
||||
RETAIN_TESTING_DB_DATA = getenv_boolean("RETAIN_TESTING_DB_DATA", True)
|
||||
|
|
Loading…
Reference in a new issue