Files
keyboard_backend/src/main/resources/application-prod.yml

6 lines
157 B
YAML
Raw Normal View History

2025-10-28 20:40:00 +08:00
spring:
datasource:
2025-10-28 21:14:51 +08:00
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/postgres
2025-10-28 20:40:00 +08:00
username: root
2025-10-28 21:14:51 +08:00
password: 123asd