suite
This commit is contained in:
parent
fa52d40279
commit
89940776ff
@ -23,7 +23,7 @@
|
|||||||
-else
|
-else
|
||||||
-url =""
|
-url =""
|
||||||
|
|
||||||
-url = "http#{("" if Rails.env.production?)}://"+HOSTNAME+url
|
-url = "http#{("s" if Rails.env.production?)}://"+HOSTNAME+url
|
||||||
-style = ""
|
-style = ""
|
||||||
-style = "text-align:center;" if input.alignement == "center"
|
-style = "text-align:center;" if input.alignement == "center"
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ Rails.application.configure do
|
|||||||
# Do not dump schema after migrations.
|
# Do not dump schema after migrations.
|
||||||
config.active_record.dump_schema_after_migration = false
|
config.active_record.dump_schema_after_migration = false
|
||||||
|
|
||||||
HOSTNAME="jipe.quartz.xyz"
|
HOSTNAME="jipe.fr"
|
||||||
|
|
||||||
#config.action_mailer.delivery_method = :file
|
#config.action_mailer.delivery_method = :file
|
||||||
config.action_mailer.default_url_options = { :host => HOSTNAME }
|
config.action_mailer.default_url_options = { :host => HOSTNAME }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user