Skip to content

Commit defeeae

Browse files
markumanjpironfelixfontein
authored
backport stable-1: Add support for configuring restapi (#110) (#111) (#114)
* Add support for configuring restapi (#110) * Add support for configuring restapi * Add changelog fragment * Update changelogs/fragments/110-restapi.yml Co-authored-by: Felix Fontein <[email protected]> * Update roles/proxysql/defaults/main.yml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Jonathan Piron <[email protected]> Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Jonathan Piron <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
1 parent 41f1eda commit defeeae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
minor_changes:
2-
- roles/proxysql - Add support for configuring rest API (https://github.com/ansible-collections/community.proxysql/pull/110).
2+
- roles/proxysql - add support for configuring REST API (https://github.com/ansible-collections/community.proxysql/pull/110).

roles/proxysql/defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ proxysql_admin_stats_mysql_connection_pool: 60
4848
proxysql_admin_stats_mysql_connections: 60
4949
proxysql_admin_stats_mysql_query_cache: 60
5050

51-
# web interface and rest API
51+
52+
# web interface and REST API
5253
proxysql_admin_web_enabled: false
5354
proxysql_admin_web_port: 6080
5455
proxysql_admin_restapi_enabled: false

0 commit comments

Comments
 (0)