-
Notifications
You must be signed in to change notification settings - Fork 1
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 #4 from EfficientIP-Labs/ch
Fixed wrong version of solidserver-go-client
- Loading branch information
Showing
4 changed files
with
31 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
!README.md | ||
!LICENSE | ||
!renovate.json | ||
!*.example | ||
|
||
# ...even if they are in subdirectories | ||
!*/ |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export EIP_HOST=1.2.3.4 | ||
export EIP_PORT=443 | ||
export EIP_USER=xxx | ||
export EIP_PASSWORD=xxx | ||
export EIP_TOKEN=xxx | ||
export EIP_SECRET=xxx | ||
export EIP_SSL_VERIFY=false | ||
export EIP_DRY_RUN=false | ||
export EIP_MAX_RESULTS=1500 | ||
export EIP_DEFAULT_TTL=300 | ||
export EIP_DRY_RUN=false | ||
export EIP_SMART=test.smart | ||
export EIP_VIEW= | ||
|
||
export SERVER_HOST=0.0.0.0 | ||
export SERVER_PORT=8888 | ||
export DOMAIN_FILTER=test.com | ||
export LOG_LEVEL=debug |
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