Cleanup and env file

This commit is contained in:
Guntis Smaukstelis
2023-12-19 17:48:48 +02:00
parent ac8c74fda1
commit 7305718c34
18 changed files with 56 additions and 828 deletions
-3
View File
@@ -8,9 +8,6 @@ import server.Server
object Main extends IOApp {
def run(args: List[String]): IO[ExitCode] = {
// postgres://weather_tool:XID547uldXliJBa@weather-tool-db.flycast:5432/weather_tool?sslmode=disable
// println(System.getenv("DATABASE_URL"))
for {
transactor <- DBConnection.transactor[IO]
postgresService <- PostgresService.of(transactor)