feat: Update environment variable for FastAPI public URL
This commit is contained in:
parent
f200c84d0c
commit
cf74b79c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -145,4 +145,4 @@ def get_migrate_database_on_startup_env():
|
|||
|
||||
|
||||
def get_next_public_fast_api_env():
|
||||
return os.getenv("NEXT_PUBLIC_FAST_API")
|
||||
return os.getenv("FASTAPI_PUBLIC_URL")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue