diff --git a/docker/.env-sample b/docker/.env-sample index 79708b6..e25a0db 100644 --- a/docker/.env-sample +++ b/docker/.env-sample @@ -7,20 +7,32 @@ # * The PYROS_DOCKER_BUILD of PyROS with Docker. # ============================================================ + # === MySQL variables (change them only if you do not use Docker) -# any value as password without any space -MYSQL_ROOT_PASSWORD=root -# define the name of the root account (when not using Docker) + +# Root login : define the name of the root account (when not using Docker) MYSQL_ROOT_LOGIN=root -# define mysql tcp port (default is 3306) + +# Root Password : any value as password without any space +MYSQL_ROOT_PASSWORD=root + +# TCP Port - define mysql tcp port (default is 3306) MYSQL_TCP_PORT=3306 + # define login for superadmin user MYSQL_PYROS_LOGIN=pyros + # define password for superadmin user MYSQL_PYROS_PWD=DjangoPyros -# Define the local port where you will access the website. When using Docker, we will bind the same port within the docker network and your local port. + + +# === Other variables + +# Webserver Local port - define the port where you will access the website. When using Docker, we will bind the same port within the docker network and your local port. PYROS_WEBSITE_PORT=8000 + # Webserver Host name WEBSERVER_HOST_NAME=localhost -# PORT PHPMYADMIN + +# PhpMyAdmin Port PHPMYADMIN_PORT=8081 \ No newline at end of file -- libgit2 0.21.2