Skip to content

Instantly share code, notes, and snippets.

@coreybutler
Created August 25, 2011 01:42
Show Gist options
  • Save coreybutler/1169772 to your computer and use it in GitHub Desktop.
Save coreybutler/1169772 to your computer and use it in GitHub Desktop.
Project Proerties
#################################################################
# Location #
#################################################################
drive =C:/
root =Eclipse Projects/local
dir =MyProject
src =${drive}${root}/${dir}
bin =${src}/_RESOURCES/BIN/
#################################################################
# FTP/SSH #
#################################################################
tld =mysite.com
server =192.168.0.10
username =root
password =MyPassword
remotedir =/path/to/${tld}/www
port =22
ssh =true
trust =yes
#########################################################
# AMAZON FTP/SSH #
#########################################################
amazon.server =ec2-XXX-XXX-XXX-XXX.XXXXXXXX-X.amazonaws.com
amazon.username =ec2-user
amazon.password =MyAmazonPassword
amazon.remotedir =/path/to/${tld}/site
amazon.port =22
amazon.ssh =true
amazon.trust =yes
amazon.keyfile =${src}/_RESOURCES/SSL/my_amazon_cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment