include wildfly configuration in the repo
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#
|
||||
# Properties declaration of users for the realm 'ApplicationRealm' which is the default realm
|
||||
# for application services on a new installation.
|
||||
#
|
||||
# This includes the following protocols: remote ejb, remote jndi, web, remote jms
|
||||
#
|
||||
# Users can be added to this properties file at any time, updates after the server has started
|
||||
# will be automatically detected.
|
||||
#
|
||||
# The format of this realm is as follows: -
|
||||
# username=HEX( MD5( username ':' realm ':' password))
|
||||
#
|
||||
# A utility script is provided which can be executed from the bin folder to add the users: -
|
||||
# - Linux
|
||||
# bin/add-user.sh
|
||||
#
|
||||
# - Windows
|
||||
# bin\add-user.bat
|
||||
#
|
||||
#$REALM_NAME=ApplicationRealm$ This line is used by the add-user utility to identify the realm name already used in this file.
|
||||
#
|
||||
# The following illustrates how an admin user could be defined, this
|
||||
# is for illustration only and does not correspond to a usable password.
|
||||
#
|
||||
#admin=2a0923285184943425d1f53ddd58ec7a
|
||||
guest=b5d048a237bfd2874b6928e1f37ee15e
|
||||
Reference in New Issue
Block a user