There was an error while loading. Please reload this page.
1 parent 154980c commit ec45bebCopy full SHA for ec45beb
1 file changed
realms/schuly-realm.json
@@ -7,14 +7,14 @@
7
"verifyEmail": true,
8
"registrationFlow": "registration",
9
"smtpServer": {
10
- "host": "smtp.resend.com",
11
- "port": "2465",
12
- "ssl": "true",
13
- "starttls": "false",
+ "host": "${env.SMTP_HOST}",
+ "port": "${env.SMTP_PORT}",
+ "ssl": "${env.SMTP_SSL}",
+ "starttls": "${env.SMTP_STARTTLS}",
14
"auth": "true",
15
- "user": "resend",
+ "user": "${env.SMTP_USER}",
16
"password": "${env.SMTP_PASSWORD}",
17
- "from": "noreply@schuly.dev",
+ "from": "${env.SMTP_FROM}",
18
"fromDisplayName": "Schuly"
19
},
20
"resetPasswordAllowed": true,
0 commit comments