first commit

This commit is contained in:
2021-11-30 21:24:49 +08:00
commit 08da50a0b7
13 changed files with 1433 additions and 0 deletions

10
config/apollo.php Normal file
View File

@ -0,0 +1,10 @@
<?php
return [
'server_addr' => 'https://apollo.config.squrab.com',
'cluster' => 'dev',
'client_ip' => '127.0.0.1',
'appid' => env('APP_NAME', ''),
'secret' => env('APOLLO_SECRET', ''),
'namespace' => env('APP_ENV', '')
];