change the hostname placeholder for the ldap concourse environment to 30.0.0.3

This commit is contained in:
Steven Zou 2017-12-17 15:15:05 +08:00
parent d7f99d5604
commit bdb26139d7

View File

@ -13,5 +13,5 @@ var ConcourseCILdapEnv = Environment{
Password: "zhu88jie",
Admin: "admin",
AdminPass: "pksxgxmifc0cnwa5px9h",
Hostname: "10.112.122.1",
Hostname: "30.0.0.3",
}