feat(add country settings): ✨
This commit is contained in:
parent
b53183d884
commit
8744ddcb8c
2 changed files with 62 additions and 1 deletions
28
server/country.settings.json
Normal file
28
server/country.settings.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[
|
||||
{
|
||||
"name": "Thailand",
|
||||
"short": "tha",
|
||||
"permissions": 1
|
||||
},
|
||||
{
|
||||
"name": "Malaysia",
|
||||
"short": "mys",
|
||||
"permissions": 2
|
||||
},
|
||||
{
|
||||
"name": "Australia",
|
||||
"short": "aus",
|
||||
"permissions": 4
|
||||
},
|
||||
{
|
||||
"name": "Alpha3",
|
||||
"short": "alpha-3",
|
||||
"permissions": 8
|
||||
},
|
||||
{
|
||||
"ignore": true,
|
||||
"name": "New Country in full name",
|
||||
"short": "Short name",
|
||||
"permissions": "use number after 128, do not use 16 and 128"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue