added env file (unused) and example file
This commit is contained in:
parent
b742e228b3
commit
05f2565071
|
@ -0,0 +1,5 @@
|
|||
version: '3'
|
||||
services:
|
||||
your-service:
|
||||
environment:
|
||||
- JWT_SECRET_KEY=your_actual_secret_key
|
|
@ -4,6 +4,7 @@ GEM
|
|||
bcrypt (3.1.20)
|
||||
json (2.7.1)
|
||||
jwt (2.7.1)
|
||||
multipart-post (2.3.0)
|
||||
mustermann (3.0.0)
|
||||
ruby2_keywords (~> 0.0.1)
|
||||
rack (2.2.8)
|
||||
|
@ -27,6 +28,7 @@ DEPENDENCIES
|
|||
bcrypt
|
||||
json
|
||||
jwt
|
||||
multipart-post
|
||||
securerandom
|
||||
sinatra
|
||||
sqlite3
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue