diff options
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 | ||