File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
openg2p-g2p-bridge-bene-portal-api
src/openg2p_g2p_bridge_bene_portal_api Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- # Social Registry Database
2- BRIDGE_BENE_PORTAL_API_DB_USERNAME = ' postgres'
3- BRIDGE_BENE_PORTAL_API_DB_PASSWORD = ' password'
4- BRIDGE_BENE_PORTAL_API_DB_HOSTNAME = ' localhost'
5- BRIDGE_BENE_PORTAL_API_DB_PORT = ' 5432'
6- BRIDGE_BENE_PORTAL_API_DB_DBNAME = ' bridgedb'
1+ G2P_BRIDGE_BENE_PORTAL_API_DB_USERNAME = ' postgres'
2+ G2P_BRIDGE_BENE_PORTAL_API_DB_PASSWORD = ' password'
3+ G2P_BRIDGE_BENE_PORTAL_API_DB_HOSTNAME = ' localhost'
4+ G2P_BRIDGE_BENE_PORTAL_API_DB_PORT = ' 5432'
5+ G2P_BRIDGE_BENE_PORTAL_API_DB_DBNAME = ' bridgedb'
Original file line number Diff line number Diff line change 55
66
77class Settings (BaseSettings ):
8- model_config = SettingsConfigDict (env_prefix = "bridge_bene_portal_api_" , env_file = ".env" , extra = "allow" )
8+ model_config = SettingsConfigDict (
9+ env_prefix = "g2p_bridge_bene_portal_api_" , env_file = ".env" , extra = "allow"
10+ )
911
1012 openapi_title : str = "OpenG2P Bridge Bene Portal API"
1113 openapi_description : str = """
You can’t perform that action at this time.
0 commit comments