blessing-skin-server/config/update.php

21 lines
497 B
PHP
Raw Normal View History

2016-08-09 13:18:27 +08:00
<?php
/*
|--------------------------------------------------------------------------
| Update Sources
|--------------------------------------------------------------------------
|
| Urls to get update information
|
*/
return array(
'github' => [
'name' => 'GitHub',
'update_url' => 'https://work.prinzeugen.net/update.json',
],
'local' => [
'name' => 'LocalHost开发用',
'update_url' => 'http://127.0.0.1/test/update.json'
]
);