postgresql.template.ini 313 B

1234567
  1. # PostgreSQL 数据源连接模板
  2. # 落位:datasource/postgresql/{env}-{实例简称}.ini(env ∈ dev/test/prod)
  3. # sync ini 引用:dataSource = postgresql/{env}-{实例简称}(必须带 db_type 前缀)
  4. jdbcUrl = jdbc:postgresql://<host>:<port>/<database>
  5. username = <username>
  6. password = <password>