Changeset 905 for trunk/grails-app/conf
- Timestamp:
- Oct 4, 2010, 11:05:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r776 r905 155 155 // jquery plugin 156 156 grails.views.javascript.library="jquery" 157 158 oauth { 159 provider_name { 160 requestTokenUrl = 'http://www.myexperiment.org/oauth/request_token' 161 accessTokenUrl = 'http://www.myexperiment.org/oauth/access_token' 162 authUrl = 'http://www.myexperiment.org/oauth/authorize' 163 scope = 'http://example.com/oauth/feed/api/' // Optional - currently required by the Google GData APIs 164 consumer.key = '$oauthkey$' 165 consumer.secret = '$oauthsecret$' 166 } 167 }
Note: See TracChangeset
for help on using the changeset viewer.