mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 21:20:36 +00:00
8 lines
359 B
Lua
8 lines
359 B
Lua
contact_info = {
|
|
abuse = { os.getenv("SERVER_CONTACT_INFO_ABUSE") };
|
|
admin = { os.getenv("SERVER_CONTACT_INFO_ADMIN") };
|
|
feedback = { os.getenv("SERVER_CONTACT_INFO_FEEDBACK") };
|
|
sales = { os.getenv("SERVER_CONTACT_INFO_SALES") };
|
|
security = { os.getenv("SERVER_CONTACT_INFO_SECURITY") };
|
|
support = { os.getenv("SERVER_CONTACT_INFO_SUPPORT") };
|
|
}
|