Skip to content

Commit

Permalink
Merge pull request #94 from an920107/backend-v3
Browse files Browse the repository at this point in the history
update portal
  • Loading branch information
an920107 authored Nov 10, 2024
2 parents ea9c14a + fbaff1b commit abfd7ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ class Config:
MAX_CONTENT_LENGTH = 500 * 1024 * 1024

BASIC_AUTH = 'MjAyNDA1MjQwMDU0MTNjSDZFbjVSRlpjMzU6Y2pBODhodTFUMmlScXBydGVUeEZKT3JuMm05aGhRQk80RXhkZDNWUjNMUGN6NzFCdg=='
REDIRECT_URL = 'https://health-care-dev.squidspirit.com/api/auth/login'
HOME_PAGE_URL = 'https://health-dev.squidspirit.com/'
REDIRECT_URL = 'https://health.ncu.edu.tw/api/auth/login'
HOME_PAGE_URL = 'https://health.ncu.edu.tw/'



class DevelopmentConfig(Config):
Expand Down

0 comments on commit abfd7ee

Please sign in to comment.