Skip to content

Commit

Permalink
correctly pass ssl flags to x
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Sep 12, 2019
1 parent 38c9a4c commit bbd627f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rasa/cli/x.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ def _rasa_service(
enable_api=True,
jwt_secret=args.jwt_secret,
jwt_method=args.jwt_method,
ssl_certificate=args.ssl_certificate,
ssl_keyfile=args.ssl_keyfile,
ssl_password=args.ssl_password,
)


Expand Down

0 comments on commit bbd627f

Please sign in to comment.