When you're developing an application, it will live in different environements depending on what's happening. For instance, while you're developing, you're connected to a development database with dummy data. When you go to production, you have different database details, debug turned off, etc.
Read More