Skip to content

Commit b290241

Browse files
committed
Remove https related code (and let AWS handle it)
1 parent 0d6dec4 commit b290241

File tree

8 files changed

+2026
-73
lines changed

8 files changed

+2026
-73
lines changed

.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
HTTP_PORT = 8080
2-
HTTPS_PORT = 8443

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CREDENTIALS_ENABLED = 0
21
WEBHOOK_ENABLED = 0

.env.production

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
CREDENTIALS_ENABLED = 1
2-
CREDENTIALS_PATH = /home/ubuntu/.certbot/config/live/algorithm-visualizer.org
3-
CREDENTIALS_CA = fullchain.pem
4-
CREDENTIALS_KEY = privkey.pem
5-
CREDENTIALS_CERT = cert.pem
61
WEBHOOK_ENABLED = 1

certbot.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)