Identify development vs. production server in PHP

后端 未结 5 774
Happy的楠姐
Happy的楠姐 2020-12-08 15:20

I work with two application servers on a daily basis: one development, one production. A variety of apps from different developers live on these boxes, as well as some scrip

5条回答
  •  轮回少年
    2020-12-08 15:25

    A company I worked for previously used a convention of suffixing servers as follows:

    • L = Live
    • D = Dev
    • T = Test
    • U = UAT

    This makes determining the environment that you're working on, both inside and outside of Apache, fairly trivial.

提交回复
热议问题