Blame view

docker/.env-sample 748 Bytes
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
9ea7c96d   Alexis Koralewski   updtating variabl...
12
13
14
15
16
MYSQL_ROOT_PASSWORD=root
# define the name of the root account (when not using Docker)
MYSQL_ROOT_LOGIN=root
# define mysql tcp port (default is 3306)
MYSQL_TCP_PORT=3306