This commit is contained in:
		@@ -6,4 +6,9 @@ ktor {
 | 
			
		||||
    application {
 | 
			
		||||
        modules = [ com.kmalbz.ApplicationKt.module ]
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
    db {
 | 
			
		||||
        jdbcUrl = ${DB_URL} //jdbc:postgresql://localhost:${db_port}/${db_name}
 | 
			
		||||
        dbUser = ${DB_USER}
 | 
			
		||||
        dbPassword = ${DB_PASSWORD}
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user