Change default phone number

Welcome to Change default phone number

If you want to change both the prefix of the default number and assign a number of digits to your phone number, go to qs-base/config.lua and modify both the prefix and the number of digits of your cell phone.

qs-base/config.lua
Config = {}

Config.IbanPrefix = 'QS'
Config.WalletPrefix = 'QS'

Config.NumberPrefix = '553' -- Prefix of the number
Config.NumberDigits = 6     -- Amount of digits after the prefix

Last updated