Add config.setFqdn and config.setZoneName

Part of #110
This commit is contained in:
Girish Ramakrishnan
2017-06-08 19:22:58 -07:00
parent 4781c4e364
commit ded31b977e
10 changed files with 59 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ function setup(done) {
nock.cleanAll();
config._reset();
config.set('version', '0.5.0');
config.set('fqdn', 'localhost');
config.setFqdn('localhost');
server.start(function (error) {
if (error) return done(error);