diff src/luan/modules/host/Hosted.luan @ 1418:732b5de211fc

add Hosted.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Oct 2019 22:29:46 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/luan/modules/host/Hosted.luan	Fri Oct 18 22:29:46 2019 -0600
@@ -0,0 +1,9 @@
+local Hosted = {}
+
+Hosted.is_hosted = false
+
+function Hosted.postgres_spec()
+	return nil
+end
+
+return Hosted