-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
akshat
committed
Sep 24, 2018
1 parent
8e5e681
commit a9d3225
Showing
4 changed files
with
30 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
export PROCTOR_KUBE_CONFIG="out-of-cluster" | ||
export PROCTOR_LOG_LEVEL="debug" | ||
export PROCTOR_APP_PORT="5000" | ||
export PROCTOR_DEFAULT_NAMESPACE="default" | ||
export PROCTOR_REDIS_ADDRESS="localhost:6379" | ||
export PROCTOR_REDIS_MAX_ACTIVE_CONNECTIONS="10" | ||
export PROCTOR_KUBE_JOB_ACTIVE_DEADLINE_SECONDS="60" | ||
export PROCTOR_LOGS_STREAM_READ_BUFFER_SIZE="140" | ||
export PROCTOR_LOGS_STREAM_WRITE_BUFFER_SIZE="4096" | ||
export PROCTOR_KUBE_CLUSTER_HOST_NAME="localhost:8001" | ||
export PROCTOR_KUBE_POD_LIST_WAIT_TIME="5" | ||
export PROCTOR_KUBE_CA_CERT_ENCODED="LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCmNlcnRpZmljYXRlCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K" | ||
export PROCTOR_KUBE_BASIC_AUTH="YWRtaW46cGFzc3dvcmQK" | ||
export PROCTOR_POSTGRES_USER="postgres" | ||
export PROCTOR_POSTGRES_PASSWORD="" | ||
export PROCTOR_POSTGRES_HOST="localhost" | ||
export PROCTOR_POSTGRES_PORT="5432" | ||
export PROCTOR_POSTGRES_DATABASE="proctord_test" | ||
export PROCTOR_POSTGRES_MAX_CONNECTIONS="50" | ||
export PROCTOR_POSTGRES_CONNECTIONS_MAX_LIFETIME="30" |
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