matkant_invoice/config.rb

22 lines
810 B
Ruby

# coding: utf-8
DB_HOST="127.0.0.1"
DB_PASS=""
DB_USER="matkant"
DB_DB="matkant"
OUTPUT_PATH="./pdf/"
YAML_BASE = { "author": "Christoffer Müller Madsen",
"city": "Aarhus",
"from": ["Falstersgade 18, 4. th", "8000 Aarhus C"],
'currency': 'DKK',
'commasep': true,
'lang': 'danish',
'seriffont': 'Linux Libertine',
'sansfont': 'Linux Biolinum',
'fontsize': '12pt',
'geometry': 'a4paper, left=25mm, right=25mm, top=30mm, bottom=17mm',
'closingnote': %Q[Overfør venligst det anførte beløb via MobilePay til +45 81 73 02 02 i løbet af de næste 14 dage. Alternativt kan QR-koden i bunden af siden benyttes.
Med venlig hilsen
] }
MOBILEPAY_PHONE_NUMBER = "004581730202"