Skip to content
README.md 1.24 KiB
Newer Older
Steve Johnson's avatar
Steve Johnson committed
#My Stuff Everywhere™ - mse-site repository

Contains templates for specific configuration files for applications that are referenced by but not included by the other repositories. These files contain application id/secret information and server urls.

Developers should create a private repository for these files after they have been modified with their site information.

The private repository should then be references by mse/tools/upload_all and mse/tools/install_site.

## Template Files

- application/*.json - application configuration files. (App Key/Secret)
- config.json - site configuration file (websocket bridge uris and optional backend uris (see js/url.js))
- mseConfig.h - site urls/misc for iOS/OS X client applications
- MSEConfig.java - site urls/misc for Android/Java client applications
- qrcConfig.h - site urls/misc for iOS QRCode Reader client application (qrc demo)
- upload - bash script for distributing the files contained in this repository
- upload_config - bash script sourced by other repository upload scripts containing the remote server configuration
- users.json - flat file containing MSE user information
- ws2bridge*.config - WebSockets bridge configuration files
Steve Johnson's avatar
Steve Johnson committed
- samples - miscellaneous template files (redirects, etc)