Commit 3eacf328 by kenzo

add local env

parent 6ea55881
......@@ -12,7 +12,7 @@ import retrofit2.converter.gson.GsonConverterFactory;
import java.util.concurrent.TimeUnit;
@Configuration
@Profile("dev")
@Profile({"local", "dev"})
public class RetrofitDevConfiguration {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment