How do I handle hard coded URL, database configuration in my product that has multiple modules in Git level?
问题 I am working on a product that has been developed by multiple developers over the years. The product is built on PHP jQuery Angular Bootstrap The product has different modules separated by directories in the server. These modules are individual repositories in my BitBucket as well. Fortunately, all the modules use the same database. In a code level, the configurations such as Database name, URLs (to access APIs, assets that point to the other folders in the server) are hard-coded. We have 4