本番環境と、開発するためのローカル環境、それぞれの環境設定、インストールしたドライブのパスの違いなど、どのように管理していますか? 私は以前そういった環境変数的なものは全てconfig.iniファイルにまとめていました。。。 ただ、今回.envでの管理 ...
Application-specific configuration information has historically been stored in INI files, which are plain-text files that contain key/value data within sections. In Windows, the registry has replaced ...