File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77# ## Environment Variables ###
88application-local.env
9+ .env
10+
911
1012# ## STS ###
1113.apt_generated
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ spring:
88 options :
99 model : gpt-4o-mini
1010 datasource :
11- url : ${DB_URL}
12- username : ${DB_USERNAME}
13- password : ${DB_PASSWORD}
11+ url : ${DB_URL:jdbc:postgresql://postgresql.database.svc.cluster.local:5432/koscomdb }
12+ username : ${DB_USERNAME:admin }
13+ password : ${DB_PASSWORD:adminpassword }
1414 jpa :
1515 hibernate :
16- ddl-auto : validate
16+ ddl-auto : update
1717 show-sql : true
1818 properties :
1919 hibernate :
@@ -27,14 +27,14 @@ logging:
2727
2828naver :
2929 api :
30- client-id : ${NAVER_CLIENT_ID}
31- client-secret : ${NAVER_CLIENT_SECRET}
32- base-url : https://openapi.naver.com
30+ client-id : ${NAVER_CLIENT_ID:XDfkw7nEXh_TSWWWbYBy }
31+ client-secret : ${NAVER_CLIENT_SECRET:A6wJY6CriE }
32+ base-url : ${NAVER_BASE_URL: https://openapi.naver.com}
3333 news-search-path : /v1/search/news.json
3434
3535crawler :
3636 delay-ms : 200 # 크롤링 요청 간 최소 딜레이 (밀리초)
3737
3838news :
3939 analyze :
40- base-url : ${NEWS_ANALYZE_BASE_URL}
40+ base-url : ${NEWS_ANALYZE_BASE_URL:http://koslink-ai-app:8000 }
You can’t perform that action at this time.
0 commit comments