Skip to content

Commit

Permalink
Use "1p-secor-service-dev.properties" for dev env.
Browse files Browse the repository at this point in the history
  • Loading branch information
kchew534 committed Jan 6, 2016
1 parent 6409e01 commit ad96d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import com.thomsonreuters.swagger.JerseySwaggerAwareRoutingModule;

@ArchaiusBootstrap(loader = EiddoPropertiesLoader.class)
@KaryonBootstrap(name = "1p-secor-service", healthcheck = HealthCheck.class)
@KaryonBootstrap(name = "1p-secor-service-dev", healthcheck = HealthCheck.class)
@Singleton
@Modules(include = { ShutdownModule.class, KaryonServoModule.class, KaryonWebAdminModule.class,
KaryonEurekaModule.class, EventsModule.class, MainModule.class, SwaggerHystrixModule.class,
Expand Down

0 comments on commit ad96d49

Please sign in to comment.