From dfe5aeb55983e0688df30fd0b692c0963f8f336c Mon Sep 17 00:00:00 2001 From: alihardan Date: Sun, 7 Apr 2024 03:46:41 +0330 Subject: [PATCH] . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d051ff7..89623ee 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ 1. copy .env file kenare docker-compose.yml, set mysql host to "db", and set user pass, add APP_KEY, also: SANCTUM_STATEFUL_DOMAINS=dash.oldpersiangames.org SESSION_DOMAIN=.oldpersiangames.org + FRONTEND_URL=https://dash.oldpersiangames.org also TELEGRAM_TOKEN=bot_token and OWNER_TG_ID=yourid also TELEGRAM_API and TELEGRAM_HASH for your python bot 1. docker compose pull && docker compose up --build -d && docker compose exec app bash -c "php artisan config:cache && php artisan route:cache && php artisan optimize"