1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 03:04:12 +00:00
Beego/config
Ggicci d1a2583972 Fix ini parsing error for multiple users on one machine.
If there were multiple users working on one machine, it's common that
"/tmp/beego" will be owned by one of them, and the others won't be able
to access to it. So, it's better to add an "id-like" postfix to the
temporary directory.
2017-04-19 19:50:11 +08:00
..
env use BeeMap instead of a regular map 2017-01-16 10:08:53 +01:00
xml avoid creating new file to implements Config 2017-01-09 21:04:11 +08:00
yaml Fix typo 2017-03-03 16:24:02 +00:00
config_test.go Change key format 2016-03-29 21:47:33 +08:00
config.go Added ToString method which converts values of any type to string 2016-11-29 14:55:56 +01:00
fake.go Update config suport environment variable logic 2016-03-12 14:32:39 +08:00
ini_test.go Change key format 2016-03-29 21:47:33 +08:00
ini.go Fix ini parsing error for multiple users on one machine. 2017-04-19 19:50:11 +08:00
json_test.go Change key format 2016-03-29 21:47:33 +08:00
json.go Change key format 2016-03-29 21:47:33 +08:00