Commit 15aadc944879284ee7b339f893d7ca3b2c80a4be
1 parent
94015a96
提交配置文件
Showing
3 changed files
with
17 additions
and
3 deletions
phpapi/Common/config.php
0 → 100644
1 | +<?php | ||
2 | + | ||
3 | +return [ | ||
4 | + 'driver' => 'mysql', | ||
5 | + 'host' => 'sh-cdb-qxi8o7za.sql.tencentcdb.com', | ||
6 | + 'port' => 62140, | ||
7 | + 'dbname' => 'party', | ||
8 | + 'user' => 'root', | ||
9 | + 'pass' => 'Wx0EEVsw7O8w6b9i', | ||
10 | + 'key' => '7553f1d152a71e6d2b7faa8ef30e2ea7', | ||
11 | + 'longitude' => '108.907470703125', | ||
12 | + 'latitude' => '34.24637222290039', | ||
13 | + //'admin' => 'user', | ||
14 | + 'admin' => 'ee11cbb19052e40b07aac0ca060c23ee', | ||
15 | + 'distance' => 1000 | ||
16 | +]; | ||
0 | \ No newline at end of file | 17 | \ No newline at end of file |
phpapi/apicp.SignIn.php