-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update default config * Streamline volumes
- Loading branch information
Showing
6 changed files
with
56 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
TYK_PMP_UPTIMEPUMPCONFIG_UPTIMETYPE=sql | ||
TYK_PMP_UPTIMEPUMPCONFIG_TYPE=postgres | ||
TYK_PMP_UPTIMEPUMPCONFIG_CONNECTIONSTRING=user=default password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics | ||
TYK_PMP_PUMPS_MAIN_TYPE=SQL | ||
TYK_PMP_PUMPS_MAIN_META_TYPE=postgres | ||
TYK_PMP_PUMPS_MAIN_META_CONNECTIONSTRING=user=default password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics | ||
|
||
TYK_PMP_PUMPS_SQL_TYPE=SQL | ||
TYK_PMP_PUMPS_SQL_META_TYPE=postgres | ||
TYK_PMP_PUMPS_SQL_META_CONNECTIONSTRING=user=default password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics | ||
TYK_PMP_PUMPS_MAINAGG_TYPE=SQL | ||
TYK_PMP_PUMPS_MAINAGG_META_TYPE=postgres | ||
TYK_PMP_PUMPS_MAINAGG_META_CONNECTIONSTRING=user=default password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics | ||
|
||
TYK_PMP_PUMPS_SQLAGGREGATE_TYPE=SQL | ||
TYK_PMP_PUMPS_SQLAGGREGATE_META_TYPE=postgres | ||
TYK_PMP_PUMPS_SQLAGGREGATE_META_CONNECTIONSTRING=user=default password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics | ||
TYK_PMP_UPTIMEPUMPCONFIG_UPTIMETYPE=sql | ||
TYK_PMP_UPTIMEPUMPCONFIG_TYPE=postgres | ||
TYK_PMP_UPTIMEPUMPCONFIG_CONNECTIONSTRING=user=default password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics |
This file was deleted.
Oops, something went wrong.
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