added env file (unused) and example file

This commit is contained in:
josephroy99 2023-12-15 00:24:57 +00:00
parent b742e228b3
commit 05f2565071
3 changed files with 8 additions and 0 deletions

5
auth/.env Normal file
View File

@ -0,0 +1,5 @@
version: '3'
services:
your-service:
environment:
- JWT_SECRET_KEY=your_actual_secret_key

View File

@ -4,6 +4,7 @@ GEM
bcrypt (3.1.20) bcrypt (3.1.20)
json (2.7.1) json (2.7.1)
jwt (2.7.1) jwt (2.7.1)
multipart-post (2.3.0)
mustermann (3.0.0) mustermann (3.0.0)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
rack (2.2.8) rack (2.2.8)
@ -27,6 +28,7 @@ DEPENDENCIES
bcrypt bcrypt
json json
jwt jwt
multipart-post
securerandom securerandom
sinatra sinatra
sqlite3 sqlite3

1
auth/example.txt Normal file

File diff suppressed because one or more lines are too long