Added a paper config file with airly settings, fixed some minor issues with airly data not being printed.
This commit is contained in:
15
config/paper.php
Normal file
15
config/paper.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: k
|
||||
* Date: 15.04.2018
|
||||
* Time: 19:53
|
||||
*/
|
||||
|
||||
|
||||
return ['airly' =>
|
||||
[
|
||||
'api_key' => '8b6d77b2950e4e018b0684912bf7b9ed',
|
||||
'stations' => ['2210', '2256', '2180'],
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user