view src/luan/modules/host/Hosted.luan @ 1506:d80395468b4e

ssl security in code
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 15 May 2020 18:29:47 -0600
parents 732b5de211fc
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted