Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CI_ENVIRONMENT = production
- app.baseURL = 'https://demo.xyz/backend/'
- database.default.hostname = localhost
- database.default.database = demo_maxpayne
- database.default.username = demo_maxpayne
- database.default.password = password
- database.default.DBDriver = MySQLi
- database.default.port = 3306
- jwt.site.issuer = https://demo.xyz/backend/
- jwt.site.audience = https://demo.xyz/backend/
- jwt.secret.key.access = 1234567890
- jwt.secret.key.refresh = 1234567890
- jwt.time.exp.access = 10000
- jwt.time.exp.refresh = 10080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement