This repository has been archived on 2024-03-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
website-old/.env.example

8 lines
No EOL
99 B
Bash

MODE=PRODUCTION
DB_TYPE=mysql
DB_NAME=website
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB_PORT=3306