mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Update installation.rst
This commit is contained in:
parent
01415ab93d
commit
10eeb63ab1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ external database::
|
||||||
|
|
||||||
docker run -d -p 8000:8000 \
|
docker run -d -p 8000:8000 \
|
||||||
-e SECRET_KEY="supersecure" \
|
-e SECRET_KEY="supersecure" \
|
||||||
-e SQLALCHEMY_DATABASE_URI="mysql+pymysql://user:pass@78.198.38.17/ihm" \
|
-e SQLALCHEMY_DATABASE_URI="mysql+pymysql://user:pass@10.42.58.250/ihm" \
|
||||||
-e MAIL_SERVER=smtp.gmail.com \
|
-e MAIL_SERVER=smtp.gmail.com \
|
||||||
-e MAIL_PORT=465 \
|
-e MAIL_PORT=465 \
|
||||||
-e MAIL_USERNAME=your-email@gmail.com \
|
-e MAIL_USERNAME=your-email@gmail.com \
|
||||||
|
|
Loading…
Reference in a new issue