-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment File #452
Comments
I think that was my inexperience when I first set that up, honestly. I don't think any of them really need it. |
Just wondering as I'm having an issue with my environment file where it doesn't seem to be reading the |
I think I see the issue with this, but would like a second opinion, when initially bootstrapping CodeIgniter it loads the |
Actually, force global secure requests doesn't seem to work at all, even if I set it directly in the App.php configuration file.
Why is this throwing an error? Should it not just exit? |
We throw an exception mostly to make it testable, though there might have been an additional reason that I don't recall ATM. So - it's supposed to throw the exception. This is caught in CodeIgniter.php, line 211 at which point the script exits as expected. You say it's not working. What's it doing? I just ran a quick test with the following and it worked as expected, except that I don't have SSL setup for this local test domain so it gave me the expected error after redirecting.
|
I noticed in the example environment file that some values are wrapped in
'
and others not, what determines what should be wrapped in'
and not?The text was updated successfully, but these errors were encountered: