Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit faf749e

Browse files
committed
fixed wrong profile on configuration.
1 parent 1e65468 commit faf749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/filefighter/rest/configuration/PrepareDataBaseProd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import org.springframework.context.annotation.Profile;
1111

1212
@Configuration
13-
@Profile("dev")
13+
@Profile("prod")
1414
public class PrepareDataBaseProd {
1515

1616
private static final Logger LOG = LoggerFactory.getLogger(PrepareDataBaseProd.class);

0 commit comments

Comments
 (0)