How can i read a list of users from the configuration file in play framework? i have tried doing something like this: users=[{uid:123,pwd:xyz},{uid:321,pwd:abc}] from the play application List&…
How can i read a list of users from the configuration file in play framework? i have tried doing something like this: users=[{uid:123,pwd:xyz},{uid:321,pwd:abc}] from the play application List&…