Created
September 1, 2012 16:40
-
-
Save johnathancroom/3579853 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ServerName theprofitjourney.com | |
ServerAlias www.theprofitjourney.com theprofitjourney.sandigital.net | |
DocumentRoot /var/www/vhosts/sandigital.net/subdomains/theprofitjourney/html/public | |
<Directory "/var/www/vhosts/sandigital.net/subdomains/theprofitjourney/html/public"> | |
Options FollowSymLinks | |
AllowOverride None | |
Order allow,deny | |
Allow from all | |
</Directory> | |
RailsEnv development | |
RailsBaseURI / | |
SetEnv DB_NAME theprofitjourney | |
SetEnv DB_USER john | |
SetEnv DB_PASS **** | |
SetEnv DB_SOCKET /var/lib/mysql/mysql.sock | |
#DB_NAME=theprofitjourney DB_USER=john DB_PASS=**** DB_SOCKET=/var/lib/mysql/mysql.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment