diff options
Diffstat (limited to 'template/pit.perl')
-rw-r--r-- | template/pit.perl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/pit.perl b/template/pit.perl new file mode 100644 index 0000000..710aa50 --- /dev/null +++ b/template/pit.perl @@ -0,0 +1,7 @@ +use Config::Pit; + +my $config = pit_get("{{_input_:domain}}", require => { + "username" => "username of {{_input_:domain}}", + "password" => "password of {{_input_:domain}}", +}); +{{_cursor_}} |