25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

application-db-local.yml 328 B

1 yıl önce
1 yıl önce
12345678910
  1. spring:
  2. datasource:
  3. jdbc-url: jdbc:mysql://127.0.0.1:3306/fpsmsdb?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8
  4. username: root
  5. password: secret
  6. # Monitoring off for local dev (prod only). To test: enabled true + frontend NEXT_PUBLIC_MONITORING_ENABLED=true.
  7. fpsms:
  8. monitoring:
  9. enabled: false