Open utterances-bot opened 5 months ago
在開發專案時,常常有一種需求是配置隨環境而變,例如資料庫的連線字串:
在開發環境是 postgresql://localhost:5432/mocha 在測試環境是 postgresql://dba…
https://editor.leonh.space/2023/python-dotenv/
hello nice to see you all today eggsoil
Python 配置管理與環境變數 | 六小編 Editor Leon
在開發專案時,常常有一種需求是配置隨環境而變,例如資料庫的連線字串:
在開發環境是 postgresql://localhost:5432/mocha 在測試環境是 postgresql://dba…
https://editor.leonh.space/2023/python-dotenv/