File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[Defaults]
2
2
# Available Keys:
3
- client_host=localhost
3
+ client_host=127.0.0.1
4
4
client_identity_file=None
5
5
client_user=techempower
6
6
runner_user=testrunner
7
- database_host=localhost
7
+ database_host=127.0.0.1
8
8
database_identity_file=None
9
9
database_os=linux
10
10
database_user=techempower
@@ -23,7 +23,7 @@ mode=benchmark
23
23
name=ec2
24
24
os=linux
25
25
password_prompt=False
26
- server_host=localhost
26
+ server_host=127.0.0.1
27
27
sleep=60
28
28
test=None
29
29
type=all
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ export PATH="$JAVA_HOME/bin:$GRAILS_HOME/bin:$PLAY_HOME:$PLAY1_HOME:$VERTX_HOME/
39
39
40
40
export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/usr/local/apr/lib'
41
41
42
- export TFB_SERVER_HOST='localhost '
43
- export TFB_CLIENT_HOST='localhost '
42
+ export TFB_SERVER_HOST='127.0.0.1 '
43
+ export TFB_CLIENT_HOST='127.0.0.1 '
44
44
export TFB_CLIENT_USER='tfb'
45
45
export TFB_CLIENT_IDENTITY_FILE='/home/tfb/.ssh/id_rsa'
46
- export TFB_DATABASE_HOST='localhost '
46
+ export TFB_DATABASE_HOST='127.0.0.1 '
47
47
48
48
[ -e ~/.rvm ] && . ~/.rvm/scripts/'rvm'
49
49
export LC_ALL='en_US.UTF-8'
You can’t perform that action at this time.
0 commit comments