diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-10 22:13:24 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-10 22:13:24 +0300 |
| commit | 16165aea34a711027825b3f6512e73a0156f8068 (patch) | |
| tree | 138d92b8b01c41e07a3a2316fd109ddd97e80fa6 /backend/.env.example | |
| parent | refactor: update readme (diff) | |
| download | lphub-16165aea34a711027825b3f6512e73a0156f8068.tar.gz lphub-16165aea34a711027825b3f6512e73a0156f8068.tar.bz2 lphub-16165aea34a711027825b3f6512e73a0156f8068.zip | |
refactor: move backend entry, rename module
Diffstat (limited to 'backend/.env.example')
| -rw-r--r-- | backend/.env.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/backend/.env.example b/backend/.env.example new file mode 100644 index 0000000..774f2a2 --- /dev/null +++ b/backend/.env.example | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | PORT= | ||
| 2 | SECRET_KEY= | ||
| 3 | API_KEY= | ||
| 4 | ENV= | ||
| 5 | DB_HOST= | ||
| 6 | DB_PORT= | ||
| 7 | DB_USER= | ||
| 8 | DB_PASS= | ||
| 9 | DB_NAME= | ||
| 10 | GOOGLE_CLIENT_EMAIL= | ||
| 11 | GOOGLE_PRIVATE_KEY_BASE64= | ||
| 12 | GOOGLE_FOLDER_ID= \ No newline at end of file | ||