Initial FJR webpage
This commit is contained in:
commit
1ac87c3788
8 changed files with 359 additions and 0 deletions
12
config.php
Normal file
12
config.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
return [
|
||||
'bike_name' => 'Yamaha FJR',
|
||||
'production_year' => '2018',
|
||||
'registration_number' => 'DW83395',
|
||||
'purchase_date' => '2024-03-02',
|
||||
'purchase_km' => 48250,
|
||||
'topic_prefix' => 'fjr',
|
||||
'mqtt_host' => '192.168.0.203',
|
||||
'mqtt_port' => 1883,
|
||||
'data_dir' => __DIR__ . '/data',
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue