Skip to content

Commit

Permalink
add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Oct 22, 2024
1 parent e7cf62d commit 811a5a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
PGPASSWORD=

OPENSUBTITLES_KEY=
OPENSUBTITLES_USERNAME=
OPENSUBTITLES_PASSWORD=

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

FORTYTWO_CLIENT_ID=
FORTYTWO_CLIENT_SECRET=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

MAIL_USER=
MAIL_PASS=

0 comments on commit 811a5a3

Please sign in to comment.