aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/pit.ruby7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/pit.ruby b/template/pit.ruby
new file mode 100644
index 0000000..d8682d5
--- /dev/null
+++ b/template/pit.ruby
@@ -0,0 +1,7 @@
+require "pit"
+
+config = Pit.get("{{_input_:domain}}", :require => {
+ "username" => "username of {{_input_:domain}}",
+ "password" => "password of {{_input_:domain}}",
+})
+{{_cursor_}}