Skip to content

Commit

Permalink
Delete config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ikbear committed Jan 22, 2013
1 parent 4bcb627 commit 2a2a189
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions test/config.js

This file was deleted.

5 changes: 0 additions & 5 deletions test/config.js.default

This file was deleted.

5 changes: 2 additions & 3 deletions test/rs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ var http = require('http');
var fs = require('fs');
var should = require('should');
var qiniu = require('../');
var config = require('./config.js');
var path = require('path');
var pedding = require('pedding');
var urlparse = require('url').parse;

qiniu.conf.ACCESS_KEY = config.ACCESS_KEY;
qiniu.conf.SECRET_KEY = config.SECRET_KEY;
qiniu.conf.ACCESS_KEY = "2FRuiVGEsA511NS9pNd2uvuSB3k5ozXE_DHCH8Ov";
qiniu.conf.SECRET_KEY = "CIRtcmymB3VeIfXebFvYxmMmH9u2oLKW6rffVvoK";

var bucket = "qiniutest" + Math.round(new Date().getTime() / 1000),
DEMO_DOMAIN = bucket + '.qiniudn.com',
Expand Down

0 comments on commit 2a2a189

Please sign in to comment.