justinwkUKM / BusTracker-UKM

UKM BUS TRAKER APPLICATION
3 stars 0 forks source link

Redis cache does not work due to port problem. #3

Open chunhoong opened 8 years ago

chunhoong commented 8 years ago

Our current hosting plan in SmarterASP.NET does not support custom port feature, so we are unable to connect our backend to redis machine in Amazon Web Service (AWS) using port 6379.

Please use file cache in Laravel for this moment until we settle the port issue.

p.s: Please use .env file in Laravel to setup database and cache dependency.