X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=samples%2Fapp%2Fapp1%2Fapp1.yaml;fp=samples%2Fapp%2Fapp1%2Fapp1.yaml;h=1280a706f02ecd2dbc09645547f324a9a586dd7e;hp=0000000000000000000000000000000000000000;hb=ed00221d27dfab1e82ec2ea040ab4c399a91c545;hpb=0b04f67c06c1db11969096f07dfc7dbb23bf99ba diff --git a/samples/app/app1/app1.yaml b/samples/app/app1/app1.yaml new file mode 100644 index 0000000..1280a70 --- /dev/null +++ b/samples/app/app1/app1.yaml @@ -0,0 +1,15 @@ +--- +# configuration file for app1.pl + +# this is the path of steps that signup will go through +# you could add intermediate steps here if you wanted to +# in yahoo speak - this is a signup profile's list of brokers +path: + - pick_domain + - pick_domain_alternate + - cust_info + - do_bill + - thankyou + +# setting this to 1 will turn off all history tracing +no_history: 0