Make default username and password configurable
Closes gh-10963
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
service.name=Phil
|
||||
|
||||
spring.security.user.name=user
|
||||
spring.security.user.password=password
|
||||
|
||||
# logging.file=/tmp/logs/app.log
|
||||
# logging.level.org.springframework.security=DEBUG
|
||||
management.server.address=127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user