This commit is contained in:
2023-12-12 12:47:58 -03:00
parent f597d552be
commit f362054ea7
7 changed files with 36 additions and 0 deletions

11
app/.env.sample Normal file
View File

@ -0,0 +1,11 @@
APP_URL=
MYSQL_HOST=db
COOKIE_NAME=
COOKIE_DOMAIN=
COOKIE_PATH=/
MAX_LOGIN_HOURS=120
REDIS_HOST=redis
REDIS_PORT=6379