You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
How about using dotenv ? It is refered in cookbook.
The .env file is generally listed in .gitignore, so you have to create the file in each stage.
Once you set .env and define ENVIRONMENT, you can read it from CakeApp by using env('ENVIRONMENT').
Hi,
how to define Environments for
can't find any Docs how to do it for a CakePHP App
EDIT:
in "app/config/app.php" i have setup these settings for each instance
The text was updated successfully, but these errors were encountered: