This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyNyaaTa/.env.dist

11 lines
194 B
Plaintext
Raw Normal View History

2019-11-30 22:42:35 +00:00
FLASK_APP=app.py
FLASK_ENV=development
FLASK_PORT=5000
MYSQL_USER=root
MYSQL_PASSWORD=root
MYSQL_DATABASE=www
MYSQL_SERVER=db
ADMIN_USERNAME=admin
ADMIN_PASSWORD=secret
MYSQL_ROOT_PASSWORD=root