|
| 1 | +/** |
| 2 | + * Test osf environment configuration for the OSF Angular application. |
| 3 | + */ |
| 4 | +export const environment = { |
| 5 | + production: false, |
| 6 | + webUrl: 'https://test.osf.io/', |
| 7 | + downloadUrl: 'https://test.osf.io/download', |
| 8 | + apiUrl: 'https://api.test.osf.io/v2', |
| 9 | + apiUrlV1: 'https://test.osf.io/api/v1', |
| 10 | + apiDomainUrl: 'https://api.test.osf.io', |
| 11 | + shareDomainUrl: 'https://test-share.osf.io/trove', |
| 12 | + addonsApiUrl: 'https://addons.test.osf.io/v1', |
| 13 | + fileApiUrl: 'https://files.us.test.osf.io/v1', |
| 14 | + funderApiUrl: 'https://api.crossref.org/', |
| 15 | + addonsV1Url: 'https://addons.test.osf.io/v1', |
| 16 | + casUrl: 'https://accounts.test.osf.io', |
| 17 | + recaptchaSiteKey: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI', |
| 18 | + twitterHandle: 'OSFramework', |
| 19 | + facebookAppId: '1022273774556662', |
| 20 | + supportEmail: 'support@osf.io', |
| 21 | + defaultProvider: 'osf', |
| 22 | + dataciteTrackerRepoId: null, |
| 23 | + dataciteTrackerAddress: 'https://analytics.datacite.org/api/metric', |
| 24 | + google: { |
| 25 | + GOOGLE_FILE_PICKER_CLIENT_ID: '610901277352-m5krehjdtu8skh2teq85fb7mvk411qa6.apps.googleusercontent.com', |
| 26 | + GOOGLE_FILE_PICKER_API_KEY: 'AIzaSyA3EnD0pOv4v7sJt7BGuR1i2Gcj-Gju6C0', |
| 27 | + GOOGLE_FILE_PICKER_APP_ID: 610901277352, |
| 28 | + }, |
| 29 | +}; |
0 commit comments