Skip to content

Commit 5ad114a

Browse files
committed
[MINOR] Forgot to add port to example prop
1 parent b89c490 commit 5ad114a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample-local.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ----------------------------------------------------
44

55
## Data based properties
6-
db_host=localhost:
6+
db_host=localhost:5432
77
db_name=YourDbName
88
db_username=your_db_username
99
db_password=your_db_password

src/main/kotlin/dev/hossain/postgresqldelight/SportsRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SportsRepository constructor(
1717
val dataSource: DataSource = getDataSource(appConfig)
1818

1919
val driver: SqlDriver = dataSource.asJdbcDriver()
20-
20+
2121
execSchema(driver)
2222

2323
val database = SportsDatabase(driver)

0 commit comments

Comments
 (0)