Skip to content

Commit

Permalink
settings example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanath Kumar committed Apr 2, 2009
1 parent 33dfd61 commit 21b71b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions global_settings.rb → global_settings_example.rb
Expand Up @@ -22,12 +22,14 @@

#urls
$base_url = 'http://localhost/wordpress'
$root_url = 'http://localhost'
$site_root = '/wordpress/wp-content/uploads'

#others
$allowed_length = 1000000 #size of individual files after splitting the export file
$allowed_length = 5000000 #size of individual files after splitting the export file
$wordpress_username = 'admin'
$wordpress_password = 'CwGeOAqFfCRn'
$wordpress_password = 'moR#GOZ$Ea71'
#$wordpress_password = 'wX!txqPhzcDZ' for word_press2 db

ActiveRecord::Base.establish_connection(
:adapter => "mysql",
Expand Down

0 comments on commit 21b71b7

Please sign in to comment.