File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ server_url = "https://postguard.nl/?download={uuid}#filesharing"
33address = " 0.0.0.0"
44data_dir = " /tmp/data"
55email_from = " noreply@postguard.nl"
6- # smtp_url = ""
7- # smtp_port = ""
6+ smtp_url = " mailcrab "
7+ smtp_port = 1025
88# smtp_credentials = ["user", "pw"]
99allowed_origins = " ^https://postguard.(eu|nl)$"
1010pkg_url = " https://main.postguard.hub.ru.nl/pkg"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const prod = process.env.NODE_ENV === "production";
1818
1919export 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
2323export const METRICS_HEADER = {
2424 "X-PostGuard-Client-Version" : `${ browserName } ${
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments