joker.conf.example
changeset 13 4e431e2de91a
parent 12 584ceb504d29
equal deleted inserted replaced
12:584ceb504d29 13:4e431e2de91a
     1 #! perl
       
     2 (
       
     3     # the joker account credentials
       
     4     # 'ote' is the test api, remote ote for the real api
       
     5     uri => 'https://dmapi.ote.joker.com/request/',
       
     6     username => '…',
       
     7     password => '…',
       
     8 );