diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-24 00:44:11 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-24 00:44:11 +0300 |
| commit | f31d6e9c50dfb59d2fc4f61c4aecea1d2cf93b03 (patch) | |
| tree | 849bf4c24273c5cc422c0451f8366689436cc2ac | |
| parent | ignore more files (diff) | |
| download | lphub-f31d6e9c50dfb59d2fc4f61c4aecea1d2cf93b03.tar.gz lphub-f31d6e9c50dfb59d2fc4f61c4aecea1d2cf93b03.tar.bz2 lphub-f31d6e9c50dfb59d2fc4f61c4aecea1d2cf93b03.zip | |
update .env example
| -rw-r--r-- | .env.example | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.env.example b/.env.example index 3930775..13afaf3 100644 --- a/.env.example +++ b/.env.example | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | SESSION_KEY=<Insert-Session-Key-Here> | 1 | PORT= |
| 2 | API_KEY=<Insert-Steam-API-Key-Here> | 2 | SESSION_KEY= |
| 3 | ENV=<Insert-Gin-Gonic-Mode-Here> \ No newline at end of file | 3 | API_KEY= |
| 4 | ENV= | ||
| 5 | DB_HOST= | ||
| 6 | DB_PORT= | ||
| 7 | DB_USER= | ||
| 8 | DB_PASS= | ||
| 9 | DB_NAME= \ No newline at end of file | ||