mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
chore: allocate 5 of everything on dev
This commit is contained in:
@@ -308,9 +308,9 @@ if [ -n "$API_KEY" ]; then
|
||||
"cpu": 400
|
||||
},
|
||||
"feature_limits": {
|
||||
"databases": 0,
|
||||
"allocations": 1,
|
||||
"backups": 0
|
||||
"databases": 5,
|
||||
"allocations": 5,
|
||||
"backups": 5
|
||||
},
|
||||
"allocation": {
|
||||
"default": 1
|
||||
|
||||
Reference in New Issue
Block a user