Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # This file is auto-generated during the composer install
  2. parameters:
  3. database_host: localhost
  4. database_port: 3306
  5. database_name: agrest
  6. database_user: root
  7. database_password: null
  8. mailer_transport: smtp
  9. mailer_host: localhost
  10. mailer_user: null
  11. mailer_password: null
  12. secret: 4062254a0993036983034538d1e1906f8ed1d67f
  13. jwt_private_key_path: %kernel.root_dir%/var/jwt/private.pem # ssh private key path
  14. jwt_public_key_path: %kernel.root_dir%/var/jwt/public.pem # ssh public key path
  15. jwt_key_pass_phrase: 'test' # ssh key pass phrase
  16. jwt_token_ttl: 86400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement