diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-06 10:58:30 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-06 10:58:30 +0300 |
| commit | 41990cf3a5c954da0b2066c011b323cff3f8c9aa (patch) | |
| tree | 9bb0bc893b6b4de5d3151f7120bd94807296e802 | |
| parent | sql typo (diff) | |
| download | lphub-41990cf3a5c954da0b2066c011b323cff3f8c9aa.tar.gz lphub-41990cf3a5c954da0b2066c011b323cff3f8c9aa.tar.bz2 lphub-41990cf3a5c954da0b2066c011b323cff3f8c9aa.zip | |
add new google variables
| -rw-r--r-- | .env.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.env.example b/.env.example index d0c39bd..774f2a2 100644 --- a/.env.example +++ b/.env.example | |||
| @@ -6,4 +6,7 @@ DB_HOST= | |||
| 6 | DB_PORT= | 6 | DB_PORT= |
| 7 | DB_USER= | 7 | DB_USER= |
| 8 | DB_PASS= | 8 | DB_PASS= |
| 9 | DB_NAME= \ No newline at end of file | 9 | DB_NAME= |
| 10 | GOOGLE_CLIENT_EMAIL= | ||
| 11 | GOOGLE_PRIVATE_KEY_BASE64= | ||
| 12 | GOOGLE_FOLDER_ID= \ No newline at end of file | ||