Commit 3eacf328 by kenzo

add local env

parent 6ea55881
...@@ -12,7 +12,7 @@ import retrofit2.converter.gson.GsonConverterFactory; ...@@ -12,7 +12,7 @@ import retrofit2.converter.gson.GsonConverterFactory;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
@Configuration @Configuration
@Profile("dev") @Profile({"local", "dev"})
public class RetrofitDevConfiguration { 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