Skip to content

Commit 9c82d4d

Browse files
committed
small changes
1 parent 2ce1b0b commit 9c82d4d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

conf/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ server_url = "https://postguard.nl/?download={uuid}#filesharing"
33
address = "0.0.0.0"
44
data_dir = "/tmp/data"
55
email_from = "noreply@postguard.nl"
6-
# smtp_url = ""
7-
# smtp_port = ""
6+
smtp_url = "mailcrab"
7+
smtp_port = 1025
88
# smtp_credentials = ["user", "pw"]
99
allowed_origins = "^https://postguard.(eu|nl)$"
1010
pkg_url = "https://main.postguard.hub.ru.nl/pkg"

cryptify-front-end/src/Constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const prod = process.env.NODE_ENV === "production";
1818

1919
export const PKG_URL = "https://main.postguard.ihub.ru.nl/pkg";
2020

21-
export const BACKEND_URL = prod ? "https://cryptify.nl/api/v2" : "";
21+
export const BACKEND_URL = prod ? "https://cryptify.nl/main/api/v2" : "";
2222

2323
export const METRICS_HEADER = {
2424
"X-PostGuard-Client-Version": `${browserName}${

cryptify-front-end/src/EncryptPanel.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
margin-right: 0.5em;
2222
font-family: Overpass;
2323
margin-top: 1em;
24+
cursor: pointer;
2425
}
2526

2627
.btn-delete {
2728
all: unset;
29+
cursor: pointer;
2830
}
2931

3032
.attribute-field {

0 commit comments

Comments
 (0)