Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想定义一个全局变量,该变量box在 Geddy 中我的应用程序的所有控制器中都可用。怎么做呢?
box
您可以在/config/secrets.json中添加一个全局变量。如果您还没有这个秘密,它可以使用以下方法生成:
geddy gen secret
然后将下面的内容添加到 secret.json 中。
{ "box": "value of box" }
和值可以用geddy.config.box