Blame view

docker/.env-sample 1.09 KB
a350a459   aklotz   Commentaires dans...
1
2
3
4
5
6
7
8
9
10
# ============================================================
# This file is common for Docker or nor Docker install types.
# ------------------------------------------------------------
# 1) Please copy this file into the same directory as .env
# 2) The file .env can/must be modified before:
#  * The install of PyROS if you want to use without Docker.
#  * The PYROS_DOCKER_BUILD of PyROS with Docker.
# ============================================================

# === MySQL variables (change them only if you do not use Docker)
c49d7824   Alexis Koralewski   create new folder...
11
# any value as password without any space
a3d6c07f   Alexis Koralewski   Fixing .env-sample
12
MYSQL_ROOT_PASSWORD=root
9ea7c96d   Alexis Koralewski   updtating variabl...
13
# define the name of the root account (when not using Docker)
a3d6c07f   Alexis Koralewski   Fixing .env-sample
14
MYSQL_ROOT_LOGIN=root
9ea7c96d   Alexis Koralewski   updtating variabl...
15
# define mysql tcp port (default is 3306)
a3d6c07f   Alexis Koralewski   Fixing .env-sample
16
MYSQL_TCP_PORT=3306
8d8d4b50   Alexis Koralewski   adding mysql user...
17
# define login for superadmin user
a3d6c07f   Alexis Koralewski   Fixing .env-sample
18
MYSQL_PYROS_LOGIN=pyros
8d8d4b50   Alexis Koralewski   adding mysql user...
19
# define password for superadmin user
a3d6c07f   Alexis Koralewski   Fixing .env-sample
20
MYSQL_PYROS_PWD=DjangoPyros
59ff49e0   Alexis Koralewski   adding pyros_webs...
21
# 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.
a3d6c07f   Alexis Koralewski   Fixing .env-sample
22
PYROS_WEBSITE_PORT=8000
44f94be9   Alexis Koralewski   add hostname envi...
23
# Host name
a3d6c07f   Alexis Koralewski   Fixing .env-sample
24
HOST_NAME=localhost
151b7de5   Alexis Koralewski   Add port configur...
25
26
# PORT PHPMYADMIN
PHPMYADMIN_PORT=8081