From 6a26c3115d62fbc37cd963bf5c501832ee17d045 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Thu, 3 Jul 2014 19:08:03 -0500 Subject: [PATCH] remove phantomjs_url as its no longer used --- README.md | 16 ++-------------- config.yml.template | 6 +----- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 9ce8062f..bdc39371 100644 --- a/README.md +++ b/README.md @@ -33,19 +33,7 @@ createdb neocities_test createdb neocities_dev ``` -Copy config.yml.template to config.yml and edit to something like this: -``` - development: - database: 'postgres://neocities@127.0.0.1/neocities_dev' - database_pool: 1 - session_secret: SECRET1234 - recaptcha_public_key: ENTER RECAPTCHA PUBLIC KEY HERE - recaptcha_private_key: ENTER RECAPTCHA PRIVATE KEY HERE - sidekiq_user: sidekiq - sidekiq_pass: sidekiq - phantomjs_url: - - http://localhost:8910 -``` +Copy config.yml.template to config.yml. Run the tests to see if they work: @@ -61,4 +49,4 @@ If you'd like to fix a bug, or make an improvement, or add a new feature, it's e 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request \ No newline at end of file +5. Create new Pull Request diff --git a/config.yml.template b/config.yml.template index 6e2714c8..1aba4e99 100644 --- a/config.yml.template +++ b/config.yml.template @@ -6,8 +6,6 @@ development: recaptcha_private_key: ENTER PRIVATE KEY HERE sidekiq_user: ENTER USER HERE sidekiq_pass: ENTER PASS HERE - phantomjs_url: - - http://localhost:8910 stripe_publishable_key: fillout stripe_api_key: fillout test: @@ -18,7 +16,5 @@ test: recaptcha_private_key: ENTER PRIVATE KEY HERE sidekiq_user: ENTER USER HERE sidekiq_pass: ENTER PASS HERE - phantomjs_url: - - http://localhost:8910 stripe_publishable_key: fillout - stripe_api_key: fillout \ No newline at end of file + stripe_api_key: fillout