Skip to content

Commit 1c99a9a

Browse files
committed
made a little refactoring
1 parent c2c476f commit 1c99a9a

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ services:
2121
timeout: 5s
2222
retries: 3
2323

24-
myapp-db-adminer:
25-
image: adminer
26-
container_name: springuser-db-adminer
27-
ports:
28-
- "8081:8080"
29-
depends_on:
30-
- myapp-db
31-
3224
mailserver:
3325
image: docker.io/mailserver/docker-mailserver:latest
3426
container_name: springuser-mail

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ springdoc:
102102
user:
103103
actuallyDeleteAccount: false # If true, users can delete their own accounts. If false, accounts are disabled instead of deleted.
104104
registration:
105-
sendVerificationEmail: false # If true, a verification email will be sent to the user after registration. If false, the user will be automatically verified.
105+
sendVerificationEmail: true # If true, a verification email will be sent to the user after registration. If false, the user will be automatically verified.
106106
googleEnabled: false # If true, Google OAuth2 will be enabled for registration.
107107
facebookEnabled: false # If true, Facebook OAuth2 will be enabled for registration.
108108
webauthn:

0 commit comments

Comments
 (0)