public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
Added DOMAIN_NAME to eac environment

git-svn-id: https://svn.roundhaus.com/planetargon/rubyurl_2-0/trunk@19 
f0bc2f90-cf15-dc11-b192-0016e6374d05
robbyrussell (author)
Sat Jun 09 17:01:37 -0700 2007
commit  9b15d55851a0e862452d8562caee9cfcdeaa6a8d
tree    a6b382ad3a5597ecd396fe8f85c7a044fc3fcfb0
parent  105942d684081f536e4367adf20ca56e6c0737cd
...
19
20
21
 
 
22
...
19
20
21
22
23
24
0
@@ -19,3 +19,5 @@ config.action_view.debug_rjs = true
0
 
0
 # Don't care if the mailer can't send
0
 config.action_mailer.raise_delivery_errors = false
0
+
0
+DOMAIN_NAME = 'http://localhost:3000/'
0
\ No newline at end of file
...
16
17
18
 
 
19
...
16
17
18
19
20
21
0
@@ -16,3 +16,5 @@ config.action_controller.perform_caching = true
0
 
0
 # Disable delivery errors, bad email addresses will be ignored
0
 # config.action_mailer.raise_delivery_errors = false
0
+
0
+DOMAIN_NAME = 'http://rubyurl.com/'
0
\ No newline at end of file
...
16
17
18
19
20
 
 
 
21
...
16
17
18
 
19
20
21
22
23
0
@@ -16,4 +16,6 @@ config.action_controller.perform_caching = false
0
 # Tell ActionMailer not to deliver emails to the real world.
0
 # The :test delivery method accumulates sent emails in the
0
 # ActionMailer::Base.deliveries array.
0
-config.action_mailer.delivery_method = :test
0
\ No newline at end of file
0
+config.action_mailer.delivery_method = :test
0
+
0
+DOMAIN_NAME = 'http://rubyurl.com/'
0
\ No newline at end of file

Comments

    No one has commented yet.