Geen omschrijving
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_pg.yaml 238B

12345678910
  1. database:
  2. type: "postgres" # mysql, postgres, oracle, sqlserver
  3. host: "69.235.172.218"
  4. port: 5432
  5. username: "x3stock"
  6. password: "mos8555"
  7. database: "x3stock"
  8. max_open_conns: 100
  9. max_idle_conns: 10
  10. conn_max_lifetime: 300