floranet/api/.env.example

5 lines
83 B
Plaintext
Raw Normal View History

HOST="127.0.0.1"
DB_USER="root"
DB_PASSWORD="root"
PORT ="3306"
DATABASE="floranet"