Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 1234567891011121314 |
- # Rename me to .env then fill me with runtime configuration and credentials
- # Just don't try to check me into your repo :)
- # Confused? See https://github.com/motdotla/dotenv
- #
- # e.g.
- API_HOST=localhost
- API_PORT=3001
- APP_SECRET=mysecret
-
- DB_ROOT_PASSWORD=root
- DB_USER=root
- DB_NAME=test
- DB_HOST=localhost
- DB_TYPE=mysql
|