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

db.yaml 236B

12345678910
  1. database:
  2. type: "oracle" # mysql, postgres, oracle, sqlserver
  3. host: "161.189.7.134"
  4. port: 1521
  5. username: "x6_stock_dev"
  6. password: "mosdev"
  7. database: "ORCL"
  8. max_open_conns: 100
  9. max_idle_conns: 10
  10. conn_max_lifetime: 300