2020-05-31 11:27:30 +00:00
|
|
|
contact_info = {
|
2020-09-18 14:26:15 +00:00
|
|
|
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") };
|
2020-05-31 11:27:30 +00:00
|
|
|
}
|