Skip to content

Commit

Permalink
Update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 19, 2024
1 parent ac5c116 commit ef0c8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/earthengine.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const random = (min, max) => Math.floor(Math.random() * (max - min)) + min;
describe('GEE back-end', () => {
const { TESTBACKEND, STAC_MIGRATE_VERSION } = require('./config.js');
const TESTBACKENDDIRECT = TESTBACKEND + '/v1.0';
const TESTUSERNAME = `group${random(20,29)}`;
const TESTPASSWORD = 'test123';
const TESTUSERNAME = `js-client`;
const TESTPASSWORD = 'js-client';

const FREE_PLAN = {"name":"free","description":"Earth Engine is free for research, education, and nonprofit use. For commercial applications, Google offers paid commercial licenses. Please contact [email protected] for details.","paid":false};

Expand Down

0 comments on commit ef0c8f5

Please sign in to comment.