Configuration
TODO — describe the
config.luakeys and what each one does.
-- config.lua (placeholder)
Config = {
Currency = 'USD',
MaxInvoiceAmount = 1000000,
InvoiceExpiryHours = 72,
}TODO — describe the
config.luakeys and what each one does.
-- config.lua (placeholder)
Config = {
Currency = 'USD',
MaxInvoiceAmount = 1000000,
InvoiceExpiryHours = 72,
}