summaryrefslogtreecommitdiffstats
path: root/func/env_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/env_setup.py')
-rw-r--r--func/env_setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/func/env_setup.py b/func/env_setup.py
index 96f984cb..f6b1d43b 100644
--- a/func/env_setup.py
+++ b/func/env_setup.py
@@ -54,6 +54,8 @@ class Env_setup:
num = len(role[k])
for x in range(num):
f_name_2.write(role[k][x] + '\n')
+ f_name_2.write('[localhost]\n')
+ f_name_2.write('127.0.0.1\n')
f_name_2.close()
@staticmethod