Realm.properties
From PC2wiki
realm.properties - permission and authentication settings for web services in the Event Feed Module
Sample
A sample is included in the distribution at:
realm.properties
Here is the contents of that sample
# This file is only used on the eventFeeder for the webServer # # Sample format looks like: # username: password,role1[,role2...] # Where roleX is either admin or public # public or admin is required to access / # admin also gives access to /starttime # # commented out examples: # admin: passw0rd,public,admin # public: pub1ic,public