From fee54feb5b896f596ef177d4578fb355709e671b Mon Sep 17 00:00:00 2001 From: Yujin Kim <67141385+Yujin-nKim@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:28:11 +0900 Subject: [PATCH] =?UTF-8?q?add=20:=20secret.py=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- secret.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 secret.py diff --git a/secret.py b/secret.py new file mode 100644 index 0000000..59fab6d --- /dev/null +++ b/secret.py @@ -0,0 +1,7 @@ + host = "데이터베이스 url 주소" + user = "데이터베이스 user 이름" + password = "데이터베이스 password" + database = "데이터베이스 이름" + aladin_open_api_ttbkey = "알라딘 Open API 신청 key" + aladin_open_api_search_url = "알라딘 Open API 도서 검색 url" + aladin_open_api_detail_url = "알라딘 Open API 도서 상세 조회 url"