Mercurial Hosting > mailer
diff src/init.luan @ 0:bd4802730bab
its working
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 18 May 2023 21:20:59 -0600 |
parents | |
children | 2e211bec24d7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/init.luan Thu May 18 21:20:59 2023 -0600 @@ -0,0 +1,6 @@ +local Http = require "luan:http/Http.luan" +local Hosted = require "luan:host/Hosted.luan" + +Hosted.set_https and Hosted.set_https(Http.domain=="mailer.reactionary.software") + +return true