plataforma_social 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,11 +19,11 @@ module PlataformaSocial
|
|
19
19
|
when "production"
|
20
20
|
"https://#{name}.plataformasocial.com.br"
|
21
21
|
when "development"
|
22
|
-
"
|
22
|
+
"http://#{name}.dev.plataformasocial.com.br"
|
23
23
|
when "test"
|
24
|
-
"
|
24
|
+
"http://#{name}.dev.plataformasocial.com.br"
|
25
25
|
when "staging"
|
26
|
-
"
|
26
|
+
"http://#{name}.dev.plataformasocial.com.br"
|
27
27
|
end
|
28
28
|
|
29
29
|
url
|