gourmetj-springboot/gourmetpw.sample

16 lines
434 B
Plaintext

# This is a sample password file for the Gourmetj webapp.
# The actual file should be named ".gourmetpw" and located
# in the same directory that you run the application from.
#
# Blank lines and lines beginning with "#" are ignored.
# Password lines look like this (remove leading "#")
#
# userid,password,role[,role,...]
#
# like so:
#
# john.smith,secretpassword,USER
#
# Where "role" is a security role. ADMIN is also allowed.
#