Skip to content

Commit

Permalink
[BE] feat: MockMailClient Profile 변경 (#548) (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
BGuga authored Oct 16, 2023
1 parent 563b08e commit e04971c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.stereotype.Component;

@Component
@Profile("!{dev|prod}")
@Profile({"infra", "test", "local"})
public class MockMailClient implements MailClient {

@Override
Expand Down

0 comments on commit e04971c

Please sign in to comment.