Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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