Remove spaces after variable names
parent
c1fb3a0c78
commit
c1578a00a4
|
@ -1,5 +1,5 @@
|
|||
export DEFAULT_FROM_EMAIL =
|
||||
export EMAIL_HOST =
|
||||
export EMAIL_PORT = 465
|
||||
export EMAIL_HOST_USER =
|
||||
export EMAIL_HOST_PASSWORD =
|
||||
export DEFAULT_FROM_EMAIL=
|
||||
export EMAIL_HOST=
|
||||
export EMAIL_PORT= 465
|
||||
export EMAIL_HOST_USER=
|
||||
export EMAIL_HOST_PASSWORD=
|
Loading…
Reference in New Issue