diff options
| author | Paul-Christian Volkmer | 2024-01-11 15:00:26 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-11 15:00:26 +0100 |
| commit | 441bff37839440d1666a3a3726028abd5c696cb1 (patch) | |
| tree | 6367bf69bd1a1148673dfc69e64e3b68d204af19 /src/main/resources/application-dev.yml | |
| parent | 21959c169859728c21c864082e1ff6464ef31c40 (diff) | |
feat: use password with encoding prefixv0.5.0
Diffstat (limited to 'src/main/resources/application-dev.yml')
| -rw-r--r-- | src/main/resources/application-dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index d538338..3d4827c 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -12,7 +12,7 @@ app: servers: localhost:9094 #security: # admin-user: admin - # admin-password: very-secret + # admin-password: "{noop}very-secret" server: port: 8000 |
