diff --git a/.env.example b/.env.example index 08a12af..ab0a023 100644 --- a/.env.example +++ b/.env.example @@ -3,4 +3,7 @@ MYSQL_DATABASE=freepad MYSQL_USER=freepad MYSQL_PASSWORD=example-dev MYSQL_URL=mariadb -MYSQL_PORT=3306 \ No newline at end of file +MYSQL_PORT=3306 + +DOMAIN_BASE=http://localhost:8080 +CACHE_MAP_LIMIT=25 \ No newline at end of file