1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00
Files
FreePad/.env.example

9 lines
188 B
Plaintext
Raw Normal View History

2022-05-15 12:43:42 +03:00
MYSQL_ROOT_PASSWORD=example-dev
MYSQL_DATABASE=freepad
MYSQL_USER=freepad
MYSQL_PASSWORD=example-dev
MYSQL_URL=mariadb
2022-05-15 16:12:41 +03:00
MYSQL_PORT=3306
DOMAIN_BASE=http://localhost:8080
CACHE_MAP_LIMIT=25