Initial commit
This commit is contained in:
5
.env.default
Normal file
5
.env.default
Normal file
@@ -0,0 +1,5 @@
|
||||
SMTP_HOSTNAME = "localhost"
|
||||
SMTP_PORT = "25"
|
||||
SMTP_DOMAIN = "example.com"
|
||||
LDAP_BASE = "dn=example,dn=com"
|
||||
LDAP_UID = "cn"
|
||||
Reference in New Issue
Block a user