Skip to content

Commit 0102eda

Browse files
committed
[proxy]: keep
1 parent c78ee39 commit 0102eda

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ vendor
33
.env
44
composer.lock
55
**/node_modules/*
6-
app/public/storage/thumbnails/**
6+
app/public/storage/thumbnails/**
7+
app/storage/*.cache

app/.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
APP_NAME=Lerama
22
APP_URL=https://lerama.lab
3+
ADD_BLOG_LINK=https://google.com
34

45
DB_HOST=localhost
56
DB_NAME=lerama
@@ -9,3 +10,14 @@ DB_PORT=3306
910

1011
ADMIN_USERNAME=admin
1112
ADMIN_PASSWORD=admin
13+
ADMIN_EMAIL=
14+
15+
PROXY_LIST=
16+
17+
SMTP_HOST=smtp.resend.com
18+
SMTP_PORT=587
19+
SMTP_USERNAME=resend
20+
SMTP_PASSWORD=re_
21+
SMTP_SECURE=tls
22+
SMTP_FROM_EMAIL=[email protected]
23+
SMTP_FROM_NAME=Lerama

app/storage/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)