We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78ee39 commit 0102edaCopy full SHA for 0102eda
.gitignore
@@ -3,4 +3,5 @@ vendor
3
.env
4
composer.lock
5
**/node_modules/*
6
-app/public/storage/thumbnails/**
+app/public/storage/thumbnails/**
7
+app/storage/*.cache
app/.env.example
@@ -1,5 +1,6 @@
1
APP_NAME=Lerama
2
APP_URL=https://lerama.lab
+ADD_BLOG_LINK=https://google.com
DB_HOST=localhost
DB_NAME=lerama
@@ -9,3 +10,14 @@ DB_PORT=3306
9
10
11
ADMIN_USERNAME=admin
12
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
0 commit comments