From 962dce2c2af0ff2035269c3b236fb336203d31b4 Mon Sep 17 00:00:00 2001 From: Kato Twofold Date: Sun, 15 May 2022 16:12:41 +0300 Subject: [PATCH] * Env example update --- .env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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