PostgreSQL 메모

김효진·2021년 1월 27일
0

SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://{user}:{pw}@{url}/{db}'.format(
user='postgres',
pw=' !74jHF6(3.y=Xm.i_VQyK}oGA4.7Mh.Z ',
url='p867334753997-rdnnax@gcp-sa-cloud-sql.iam.gserviceaccount.com',
db='postgres')

우리가 입력한 SQLALCHEMY_DATABASE_URI 항목의 의미는 각각 다음과 같다.

user: 사용자 이름
pw: 암호
url: 데이터베이스 주소
db: 데이터베이스 이름

연결이름 : helmetdetection-302506:asia-northeast3:postgresql
서비스계정 : p867334753997-rdnnax@gcp-sa-cloud-sql.iam.gserviceaccount.com
공개IP주소 : 34.64.127.152

profile
맨땅에 헤딩 🐣

0개의 댓글