Sha256: 47689870df7768877ce5f806b3f1d3b7dfdc7dbb2f70d521aa805945be6b56cd
Contents?: true
Size: 223 Bytes
Versions: 10
Compression:
Stored size: 223 Bytes
Contents
require "pact_broker" ENV["RACK_ENV"] ||= "production" ENV["TZ"] = "Australia/Melbourne" # Set the timezone you want your dates to appear in app = PactBroker::App.new do | config | config.log_configuration end run app
Version data entries
10 entries across 10 versions & 1 rubygems