Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
16 stars 28 forks source link

Max Connection Limit as Env Variable #18

Closed singhalkarun closed 6 months ago

thesilentline commented 1 year ago

{ "provisioners": [ { "type": "shell", "environment_vars": [ "MAX_CONNECTIONS={{user 'max_connections'}}" ], "script": "setup_script.sh" } ] }

will this work?

singhalkarun commented 6 months ago

PR to be raised with #79