Skip to content

Commit

Permalink
More SSL testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Feb 25, 2024
1 parent b9c1f7d commit 39ab126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
MYSQL_DATABASE: ${MYSQL_DATABASE}
MYSQL_USER: ${MYSQL_USER}
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
KEYSTORE_PATH: ${KEYSTORE_PATH}
KEYSTORE_PASSWORD: ${KEYSTORE_PASSWORD}
ports:
- "443:443"
networks:
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/uniovi/WiqEs04bApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@SpringBootApplication
public class WiqEs04bApplication {
public static void main(String[] args) {
System.out.println("test");
SpringApplication.run(WiqEs04bApplication.class, args);
}
}

0 comments on commit 39ab126

Please sign in to comment.