mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 02:28:23 +00:00
Configuration that should not be there...
This commit is contained in:
parent
38860db284
commit
611d2a466f
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ function helptext {
|
||||||
}
|
}
|
||||||
|
|
||||||
function launching_redis {
|
function launching_redis {
|
||||||
conf_dir='/home/adulau/AIL-framework/configs/'
|
conf_dir='/home/user/AIL-framework/configs/'
|
||||||
|
|
||||||
screen -dmS "Redis"
|
screen -dmS "Redis"
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
|
@ -60,7 +60,7 @@ function launching_redis {
|
||||||
function launching_lvldb {
|
function launching_lvldb {
|
||||||
#Want to launch more level_db?
|
#Want to launch more level_db?
|
||||||
lvdbhost='127.0.0.1'
|
lvdbhost='127.0.0.1'
|
||||||
lvdbdir='/home/adulau//AIL-framework/LEVEL_DB_DATA/'
|
lvdbdir='/home/user/AIL-framework/LEVEL_DB_DATA/'
|
||||||
db1_y='2013'
|
db1_y='2013'
|
||||||
db2_y='2014'
|
db2_y='2014'
|
||||||
nb_db=13
|
nb_db=13
|
||||||
|
|
Loading…
Reference in a new issue