How Can We Help?
< All Topics
Print

Environment Variables(Database)

Environment Variables(Database):

  • MySQL:
VariableValue ExampleDescription
MYSQL_VERSION5.7.20A version of the running MySQL server (informational)
ON_ENV_INSTALLhttps://raw.githubusercontent.com/BitssCloud-jps/mysql-cluster/master/addons/auto-clustering/auto-cluster.jpsA script to be executed after environment creation
PHP_MYSQLADMIN_ENABLEDtrueThe “true” and “1” values allow usage of the phpMyAdmin panel, while any other disables it. Restart is required to apply changes
  • MariaDB:
VariableValue ExampleDescription
MARIADB_VERSION10.2.12A version of the running MariaDB server (informational)
PHP_MYSQLADMIN_ENABLEDtrueThe “true” and “1” values allow usage of the phpMyAdmin panel, while any other disables it. Restart is required to apply changes
  • PostgreSQL:
VariableValue ExampleDescription
POSTGRES_VERSION10.4A version of the running PostgreSQL server (informational)
  • Redis:
VariableValue ExampleDescription
REDIS_COMMANDERenabledDefines if the Redis Commander management tool should be enabled or disabled
REDIS_SENTINELdisabledDefines if Redis Sentinel high-availability and monitoring tool should be enabled or disabled
STACK_NAMEredisA name of the current stack (informational)
Table of Contents