remove phantomjs_url as its no longer used

This commit is contained in:
Kyle Drake 2014-07-03 19:08:03 -05:00
parent 7c05c16925
commit 6a26c3115d
2 changed files with 3 additions and 19 deletions

View file

@ -33,19 +33,7 @@ createdb neocities_test
createdb neocities_dev createdb neocities_dev
``` ```
Copy config.yml.template to config.yml and edit to something like this: Copy config.yml.template to config.yml.
```
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
```
Run the tests to see if they work: Run the tests to see if they work:

View file

@ -6,8 +6,6 @@ development:
recaptcha_private_key: ENTER PRIVATE KEY HERE recaptcha_private_key: ENTER PRIVATE KEY HERE
sidekiq_user: ENTER USER HERE sidekiq_user: ENTER USER HERE
sidekiq_pass: ENTER PASS HERE sidekiq_pass: ENTER PASS HERE
phantomjs_url:
- http://localhost:8910
stripe_publishable_key: fillout stripe_publishable_key: fillout
stripe_api_key: fillout stripe_api_key: fillout
test: test:
@ -18,7 +16,5 @@ test:
recaptcha_private_key: ENTER PRIVATE KEY HERE recaptcha_private_key: ENTER PRIVATE KEY HERE
sidekiq_user: ENTER USER HERE sidekiq_user: ENTER USER HERE
sidekiq_pass: ENTER PASS HERE sidekiq_pass: ENTER PASS HERE
phantomjs_url:
- http://localhost:8910
stripe_publishable_key: fillout stripe_publishable_key: fillout
stripe_api_key: fillout stripe_api_key: fillout