test/dummy/config/secrets.yml in shipit-engine-0.0.1.pre vs test/dummy/config/secrets.yml in shipit-engine-0.1.0

- old
+ new

@@ -1,19 +1,27 @@ development: secret_key_base: s3cr3t - github: false - github_credentials: - # access_token: + github_oauth: + id: 29f6c9084a8837f337ff + secret: 3f5d2c3bb35d4ff905189401c3a2c8f249800554 + # team: + github_api: + access_token: d5a01c65f69d86ecc55dccdf347b19d6f9a16b3b # login: # password: # api_endpoint: - authentication: false host: 'http://localhost:3000' redis_url: "redis://127.0.0.1:6379/7" test: secret_key_base: s3cr37 host: shipit.com - github: - key: 1d + github_api: + access_token: t0kEn + # login: + # password: + # api_endpoint: + github_oauth: + id: 1d secret: s3cr37 + # team: redis_url: "redis://127.0.0.1:6379/7"