Newer
Older
miracle-tv-backend / src / main / resources / application.conf
@Илья Панфёров Илья Панфёров on 19 Jul 203 bytes feat: initial commit
myDatabaseConfig {
  dataSourceClassName = org.postgresql.ds.PGSimpleDataSource
  dataSource.user = postgres
  dataSource.portNumber = 5432
  dataSource.password = password
  connectionTimeout = 30000
}