-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from bobmotor/v1.5.2
add Docker support, change README.md, fix config name
- Loading branch information
Showing
7 changed files
with
41 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
/** | ||
* Absolute Web Services Intellectual Property | ||
* | ||
* @category {development/deployment} | ||
* @copyright Copyright © 1999-2020 Absolute Web Services, Inc. (http://www.absolutewebservices.com) | ||
* @author Absolute Web Services | ||
* @license http://www.absolutewebservices.com/license-agreement/ Single domain license | ||
* @terms of use http://www.absolutewebservices.com/terms-of-use/ | ||
*/ | ||
|
||
module.exports = { | ||
hostname: 'hostname', | ||
generic: 'loc', | ||
useHttp2: false | ||
useHttps: false, | ||
useInDocker: false | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters