1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-30 05:56:54 -05:00

update test file to not generate temp files in source folder

This commit is contained in:
v2ray 2015-12-07 13:09:38 +01:00
parent 0a4d9fb037
commit a1ba0eb413
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"port": 50001,
"log": {
"access": "access.log",
"error": "error.log",
"access": "/tmp/v2ray_access.log",
"error": "/tmp/v2ray_error.log",
"loglevel": "error"
},
"inbound": {

View File

@ -1,8 +1,8 @@
{
"port": 50020,
"log": {
"access": "access.log",
"error": "error.log",
"access": "/tmp/v2ray_access_1.log",
"error": "/tmp/v2ray_error_1.log",
"loglevel": "error"
},
"inbound": {