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