Browse Source

update

master
DengBiao 1 year ago
parent
commit
8fef5b3c68
2 changed files with 1 additions and 3 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -3
      src/common/config/config.php

+ 1
- 0
.gitignore View File

@@ -14,6 +14,7 @@ Thumbs.db
*.tar.gz
test.conf
src/applet/public/.htaccess
src/common/config/config.php
src/applet/public/nginx.htaccess
Dockerfile-base
Dockerfile


+ 0
- 3
src/common/config/config.php View File

@@ -23,10 +23,7 @@ const APP_ENV = 'dev';
// APP API 接口地址
const DEV_APP_URL = 'http://inapi.izhyin.cn';
const PROD_APP_URL = 'http://zyos';
const DB_CENTER_URL = 'http://db-center.izhim.cn';

const OFFICIAL_URL = 'http://izhyin.com/';
//const OFFICIAL_URL = 'http://zhios.cn/';
const OSS_URL = 'http://inapi.izhyin.cn';

//phalcon internal setting


Loading…
Cancel
Save