~cloudfoundry/cloudfoundry/cloudfoundry-server

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Juan L. Negron
  • Date: 2011-09-10 03:31:14 UTC
  • Revision ID: juan.negron@canonical.com-20110910033114-isc38ae1fjwmv8mf
Removed DynDNS credentials

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
MYSQL_TOKEN=`pwgen -N1`
29
29
 
30
30
# DynDNS
31
 
USE_DYNDNS="true"
32
 
DYNDNS_USERNAME="iamfuzz"
33
 
DYNDNS_PASSWORD="testing123"
34
 
#DYNDNS_HOSTNAME="cloud-foundry.dyndns.org"
35
 
DYNDNS_HOSTNAME="cf-negronjl.dyndns.org"
 
31
USE_DYNDNS="false"
 
32
DYNDNS_USERNAME="xxxxx"
 
33
DYNDNS_PASSWORD="xxxxx"
 
34
DYNDNS_HOSTNAME="xxxxx"
36
35
 
37
36
# CloudFoundry Server
38
37
CF_SERVER_IP=`facter ipaddress`