Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # This file is auto-generated during the composer install
  2. parameters:
  3. database_host: postgres
  4. database_port: 5432
  5. database_name: tm-new
  6. database_user: postgres
  7. database_password: 123456
  8. mailer_transport: smtp
  9. mailer_host: smtp://mailcatcher
  10. mailer_port: 1025
  11. mailer_user: null
  12. mailer_password: null
  13. secret: 16d03ea6d91b1b4dc0e2b3c7f149199378c9b7ab
  14. jwt_private_key_path: '%kernel.root_dir%/../var/jwt/private.pem'
  15. jwt_public_key_path: '%kernel.root_dir%/../var/jwt/public.pem'
  16. jwt_key_pass_phrase: gr33nhous3
  17. jwt_token_ttl: 2678400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement