cdn
cdn copied to clipboard
Moving config to .env
The CDN config such as region and bucketname should be moved to .env since it constitues sensitive info as well.
You only have to put in your config the env variable, like this example:
'region' => env('AWS_S3_REGION', 'us-west'),
@arie-cwhat What you say is absolutely correct but it's not included the code by default which I suppose it should be because a newbie like me could just put all the sensitive info there and get my self screwed later on. @Mulkave
I understand :+1: it's terrible to rewrite the whole history of git just to delete a line of code.