Explorar el Código

Set default env values

tags/v2.0.0
Robin Thoni hace 4 años
padre
commit
dc07da3883
Firmado por: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      env

+ 4
- 4
env Ver fichero

@@ -3,13 +3,13 @@ POSTGRES_USER=roundcube
3 3
 POSTGRES_PASSWORD=pg_password
4 4
 POSTGRES_DB=roundcube
5 5
 
6
-IMAP_HOST=tls://test-mx.rthoni.com
6
+IMAP_HOST=tls://mail1.example.com
7 7
 
8
-SMTP_HOST=tls://test-mx.rthoni.com
8
+SMTP_HOST=tls://mail1.example.com
9 9
 
10
-SIEVE_HOST=test-mx.rthoni.com
10
+SIEVE_HOST=mail1.example.com
11 11
 
12
-MAIL_USER_DB_HOST=test-mx.rthoni.com
12
+MAIL_USER_DB_HOST=mail1.example.com
13 13
 MAIL_USER_DB_USER=postfixadmin
14 14
 MAIL_USER_DB_PASSWORD=pg_password
15 15
 MAIL_USER_DB_DB=postfixadmin

Loading…
Cancelar
Guardar