Skip to content

Commit c3e8d03

Browse files
committed
smtng
1 parent a6f5f35 commit c3e8d03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DSN=mysql:host=localhost;dbname=exmaple
22
USERNAME=root
33
PASSWORD=password
4-
APP_KEY=3sUFItpC7saODIigKrbjhCSpjorJCgO7qGmOM77nv0M=
4+
APP_KEY=secret_key

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
2-
.env
2+
.env
3+
composer.lock

0 commit comments

Comments
 (0)