root
2017-07-26 1bcf31e92e3daf1e1ad67ff4fab2d43278f9109c
application.ini
1 files added
1 files modified
11 ■■■■■ changed files
.htaccess 3 ●●●●● patch | view | raw | blame | history
conf/application.ini 8 ●●●● patch | view | raw | blame | history
.htaccess
New file
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php
conf/application.ini
@@ -17,12 +17,12 @@
medoo.charset = "UTF-8"
;mongo
mongo.server = "mongodb://127.0.0.1:27017/"
mongo.username = ""
mongo.password = ""
mongo.username = "yfs_user"
mongo.password = "m2o0r1a6l_passw0rd"
mongo.connect = true
mongo.db = "test_mongodb"
mongo.db = "yfs_db"
;var
var.site_url = "http://www.test_yaf.com"
var.site_url = "http://yfsback.7drlb.com"
;redis
redis.host = 127.0.0.1
redis.port = 6379