2024-08-08 13:45:25 +00:00
|
|
|
<?php
|
|
|
|
return [
|
2024-08-09 10:05:51 +00:00
|
|
|
'attribution' => '', // Custom attribution HTML to show in the info text
|
|
|
|
'footer_links' => [ // Custom links to show in the footer
|
2024-09-06 11:25:16 +00:00
|
|
|
['text' => 'Clearnet', 'url' => 'https://monerooo.private.coffee/'],
|
|
|
|
['text' => 'Tor', 'url' => 'http://monerooo.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion'],
|
|
|
|
['text' => 'Private.coffee', 'url' => 'https://private.coffee']
|
2024-08-09 13:03:44 +00:00
|
|
|
],
|
|
|
|
'preferred_currencies' => [ // Currencies that should be displayed at the top of the lists
|
|
|
|
'usd', 'eur', 'gbp', 'cad', 'btc', 'eth', 'ltc'
|
2024-08-09 14:01:37 +00:00
|
|
|
],
|
2024-09-06 11:25:16 +00:00
|
|
|
'github_url' => 'https://git.private.coffee/kumi/moner.ooo/', // URL to the GitHub repository - replace if you forked the project
|
|
|
|
'servers_guru' => false, // Show the "Servers Guru" attribution link in the info text - here for upstream compatibility
|
2024-08-08 13:45:25 +00:00
|
|
|
];
|