Sha256: 32bae2f79223bc6908ddbcf70a44af5b6e851024b57a7da88d2f02faa8b3879f
Contents?: true
Size: 488 Bytes
Versions: 57
Compression:
Stored size: 488 Bytes
Contents
#!/usr/bin/ruby require 'rubygems' require 'cpee/instantiation' options = { :host => 'localhost', :port => 9296, :secure => false # :secure_options => { # :private_key_file => '', # :cert_chain_file => '', # :verify_peer => false # } } Riddl::Server.new(CPEE::Instantiation::SERVER, options) do accessible_description true cross_site_xhr true @riddl_opts[:cpee] ||= 'http://localhost:8298/' use CPEE::Instantiation::implementation(@riddl_opts) end.loop!
Version data entries
57 entries across 57 versions & 1 rubygems