rllc / llc-archives

Archived sermons, backed by the cloud
https://llc-archives.herokuapp.com
MIT License
1 stars 1 forks source link

Allow multiple congregations to be configured #10

Closed smcadams86 closed 9 years ago

smcadams86 commented 9 years ago

In preparation for #9 , configuration for multiple congregations will need to be supported. Perhaps this could be as simple as a properties file like:

llc.rockford.shortName=RLLC
llc.rockford.longName=Rockford Laestadian Lutheran Church
llc.rockford.aws.username=rllc-read
llc.rockford.aws.bucket=https://s3-us-west-2.amazonaws.com/
llc.rockford.aws.key.id=<aws-key>
llc.rockford.aws.key.token=<aws-token>
llc.rockford.google.username=<google-username>
llc.rockford.google.password=<google-password>
llc.rockford.google.spreadsheet=RLLC Archived Sermons
llc.rockford.google.worksheet=Sheet1

llc.minneapolis.shortName=MLLC
llc.minneapolis.longName=Minneapolis Laestadian Lutheran Church
llc.minneapolis.aws.username=mllc-read
...