mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
add user/key back
This commit is contained in:
parent
7d881151a4
commit
3e950dfe51
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ exports.config = {
|
|||
// your test setup with almost no effort. Unlike plugins, they don't add new
|
||||
// commands. Instead, they hook themselves up into the test process.
|
||||
services: ['static-server', 'sauce'],
|
||||
// user: process.env.SAUCE_USERNAME,
|
||||
// key: process.env.SAUCE_ACCESS_KEY,
|
||||
user: process.env.SAUCE_USERNAME,
|
||||
key: process.env.SAUCE_ACCESS_KEY,
|
||||
// sauceConnect: true,
|
||||
|
||||
staticServerFolders: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue