Update .env.example to include warnings against special characters in MySQL passwords
taylorwalton committed
Dec 5, 2024 at 13:17 UTC
15b6f03bffc7340f3bafbbc3b8bd282a17d6a413
1 file changed
+2
.env.example
+2
@@ -2,8 +2,10 @@
2
SERVER_IP=0.0.0.0
3
4
MYSQL_URL=copilot-mysql
5
+# ! Avoid using special characters in the password ! #
6
MYSQL_ROOT_PASSWORD=REPLACE_WITH_PASSWORD
7
MYSQL_USER=copilot
8
+# ! Avoid using special characters in the password ! #
9
MYSQL_PASSWORD=REPLACE_WITH_PASSWORD
10
11
MINIO_URL=copilot-minio