diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:09:21 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:09:21 +0300 |
| commit | 97ca74c50eb77f184096fe550ef961a73244c151 (patch) | |
| tree | 473162c5aa163f852e60b864a6f80a852bd3e278 | |
| parent | init (diff) | |
| download | lphub-97ca74c50eb77f184096fe550ef961a73244c151.tar.gz lphub-97ca74c50eb77f184096fe550ef961a73244c151.tar.bz2 lphub-97ca74c50eb77f184096fe550ef961a73244c151.zip | |
example .env file
| -rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..3930775 --- /dev/null +++ b/.env.example | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | SESSION_KEY=<Insert-Session-Key-Here> | ||
| 2 | API_KEY=<Insert-Steam-API-Key-Here> | ||
| 3 | ENV=<Insert-Gin-Gonic-Mode-Here> \ No newline at end of file | ||