spring.application.name=taiage server.port=8081 # ── Base de datos MySQL ───────────────────────────────────────── spring.datasource.url=jdbc:mysql://localhost:3306/taiage?createDatabaseIfNotExist=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Europe/Madrid spring.datasource.username=root spring.datasource.password=Eavne,e1m spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # ── JPA / Hibernate ───────────────────────────────────────────── spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=false spring.jpa.open-in-view=false # ── Thymeleaf ─────────────────────────────────────────────────── spring.thymeleaf.cache=false # ── Stripe ────────────────────────────────────────────────────── # Sustituye estos valores por los de tu cuenta en dashboard.stripe.com stripe.secret-key=pk_live_51PDO7CH8SX3oYZHa9viPsZl5qxTxGQkyFw1uoiOqJCiPemxAWPbzTt0Rd3FFBx4vSJlkK7vNP7GV5XKxooMI6Bkc00cVk3lUOL stripe.webhook-secret=whsec_MkJcSnVYRXrTXzFR45hwuBaGTs59A3iv stripe.price-amount=2900 stripe.currency=eur