Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a839e307 authored by peter_rabbit's avatar peter_rabbit
Browse files

fix prod url

parent 4a77338e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ switch (ENV) {
server_url = "http://localhost";
break;
case "prod":
server_url = "http://your_production_server_url:port";
server_url = "http://kuadrado-software.fr";
}
module.exports = { server_url };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment