fix requested by packs

apparently some pterodactyl installations don't like short UUIDs so this changes the config to say "use long uuids, not short uuids" instead
This commit is contained in:
Video 2021-06-29 20:36:23 -06:00
parent d88509bf11
commit 8949ee75eb

View File

@ -91,8 +91,8 @@ ptero:
url: '' url: ''
# The default email domain used to set email addresses for new users - do not include the @ # The default email domain used to set email addresses for new users - do not include the @
default_email_domain: 'example.com' default_email_domain: 'example.com'
# Short Server UUID (for example: a538a220) # Long Server UUID (for example: abf9a712-6c5a-4504-b4bc-37f1061b8801)
# Do NOT give the long Server UUID # Do NOT give the short Server UUID
server_uuid: '' server_uuid: ''
# Admin panel API key # Admin panel API key
# Create this key by going to Settings > Application API > Create New # Create this key by going to Settings > Application API > Create New