开发者

AppEngine: Reading values/settings from app.yaml

开发者 https://www.devze.com 2023-02-14 00:17 出处:网络
Is it possible to read se开发者_Python百科ttings in Python from my app.yaml configuration file?No; app.yaml isn\'t uploaded to your application directory by default.You could symlink to it with a diff

Is it possible to read se开发者_Python百科ttings in Python from my app.yaml configuration file?


No; app.yaml isn't uploaded to your application directory by default. You could symlink to it with a different filename in the project directory and then read from there if it's really necessary. What settings are you trying to access?

0

精彩评论

暂无评论...
验证码 换一张
取 消