Commit a350a459954ef0c119744c139b2d1e408eb9723b
1 parent
25942365
Exists in
dev
Commentaires dans env.
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
docker/.env-sample
1 | +# ============================================================ | ||
2 | +# This file is common for Docker or nor Docker install types. | ||
3 | +# ------------------------------------------------------------ | ||
4 | +# 1) Please copy this file into the same directory as .env | ||
5 | +# 2) The file .env can/must be modified before: | ||
6 | +# * The install of PyROS if you want to use without Docker. | ||
7 | +# * The PYROS_DOCKER_BUILD of PyROS with Docker. | ||
8 | +# ============================================================ | ||
9 | + | ||
10 | +# === MySQL variables (change them only if you do not use Docker) | ||
1 | # any value as password without any space | 11 | # any value as password without any space |
2 | MYSQL_ROOT_PASSWORD=root | 12 | MYSQL_ROOT_PASSWORD=root |
3 | # define the name of the root account (when not using Docker) | 13 | # define the name of the root account (when not using Docker) |