選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

application-db-local.yml 328 B

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