Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2022
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. CI_ENVIRONMENT = production
  2. app.baseURL = 'https://demo.xyz/backend/'
  3. database.default.hostname = localhost
  4. database.default.database = demo_maxpayne
  5. database.default.username = demo_maxpayne
  6. database.default.password = password
  7. database.default.DBDriver = MySQLi
  8. database.default.port = 3306
  9. jwt.site.issuer = https://demo.xyz/backend/
  10. jwt.site.audience = https://demo.xyz/backend/
  11. jwt.secret.key.access = 1234567890
  12. jwt.secret.key.refresh = 1234567890
  13. jwt.time.exp.access = 10000
  14. jwt.time.exp.refresh = 10080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement