Web and AI chat

This commit is contained in:
augmentedpotato
2026-04-10 07:34:53 -06:00
committed by Harkamal Randhawa
parent 9d1ccb8e68
commit 50150b22b7
12 changed files with 1691 additions and 7 deletions

View File

@@ -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}