Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Update Pantography's twitter user id for production
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Sep 8, 2013
1 parent 6b5c41e commit b584b16
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defaults: &defaults
page_size: 30
pantography:
alphabet: 0123456789.,;:_@!?/#()%'-+= abcdefghijklmnopqrstuvwxyz
twitter_user_id: 237443494
twitter_user_id: 394339242
books:
google_books:
domain: 'https://www.googleapis.com'
Expand Down Expand Up @@ -170,6 +170,9 @@ development:
always_reset_on_create: true
daemon_frequency: 30
errors: ['', 'UNKNOWN', 'BAD_DATA_FORMAT', 'PERMISSION_DENIED', 'INTERNAL_ERROR', 'DATA_REQUIRED', 'LIMIT_REACHED', 'QUOTA_REACHED', 'INVALID_AUTH', 'AUTH_EXPIRED', 'DATA_CONFLICT', 'ENML_VALIDATION', 'SHARD_UNAVAILABLE', 'LEN_TOO_SHORT', 'LEN_TOO_LONG', 'TOO_FEW', 'TOO_MANY', 'UNSUPPORTED_OPERATION']
pantography:
alphabet: 0123456789.,;:_@!?/#()%'-+= abcdefghijklmnopqrstuvwxyz
twitter_user_id: 237443494

test:
<<: *defaults
Expand Down Expand Up @@ -197,6 +200,10 @@ test:
unversion: ['__UNVERSION', '__NO_VERSION']
index:
page_size: 30
pantography:
alphabet: 0123456789.,;:_@!?/#()%'-+= abcdefghijklmnopqrstuvwxyz
twitter_user_id: 237443494


staging:
<<: *defaults
Expand Down

0 comments on commit b584b16

Please sign in to comment.