Web and AI chat
This commit is contained in:
@@ -2,6 +2,9 @@ spring:
|
||||
application:
|
||||
name: petshop-backend
|
||||
|
||||
config:
|
||||
import: optional:file:.env[.properties]
|
||||
|
||||
servlet:
|
||||
multipart:
|
||||
enabled: true
|
||||
@@ -53,6 +56,10 @@ jwt:
|
||||
stripe:
|
||||
secret-key: ${STRIPE_SECRET_KEY:}
|
||||
|
||||
openrouter:
|
||||
api-key: ${OPENROUTER_API_KEY:}
|
||||
model: ${OPENROUTER_MODEL:openai/gpt-oss-120b:free}
|
||||
|
||||
logging:
|
||||
level:
|
||||
com.petshop: ${LOG_LEVEL:INFO}
|
||||
|
||||
Reference in New Issue
Block a user