What do the &,<<, * mean in this database.yml file?

后端 未结 5 2052
太阳男子
太阳男子 2020-12-22 15:40

Up until now I have only used database.yml with each parameter called out explicitly, in the file below it uses some characters I do not understand. What does each line and

5条回答
  •  不知归路
    2020-12-22 16:26

    These represent node references (*) and associative array merges (<<) that refer to a node labeled with an anchor (&) tag -- wikipedia

    Try it out yourself online.

提交回复
热议问题