File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ terraform.tfstate.backup
5151.terraform.tfstate.lock.info
5252terraform /secrets.tf
5353
54+
5455# ## Claude AI ###
5556CLAUDE.md
5657.claude /
57-
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ spring:
1818 host : ${REDIS_HOST}
1919 password : ${REDIS_PASSWORD}
2020 datasource :
21- url : jdbc:mysql://mysql_1:3306/${DATABASE_URL}
21+ url : ${DATABASE_URL}
22+
2223springdoc :
2324 swagger-ui :
2425 enabled : false
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ gemini:
6666 model-name : " gemini-1.5-flash-latest"
6767 url : " https://generativelanguage.googleapis.com/v1beta/models"
6868
69+
6970custom :
7071 dev :
7172 cookieDomain : localhost
Original file line number Diff line number Diff line change 11variable "instance_type" {
22 type = string # The type of the variable, in this case a string
3- default = " t2.micro" # Default value for the variable
3+ default = " t3.micro" # Default value for the variable
4+
45 description = " The type of EC2 instance" # Description of what this variable represents
56}
67
@@ -16,5 +17,6 @@ variable "prefix" {
1617
1718variable "app_1_domain" {
1819 description = " app_1 domain"
19- default = " ssou.o-r.kr"
20+ default = " api.ssoul.o-r.kr"
21+
2022}
You can’t perform that action at this time.
0 commit comments