Skip to content

helenmasters/CloudConfiguration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status macOS Linux

CloudConfiguration

The write once, run anywhere configuration library. Designed to be a platform agnostic way to automatically configuring connections to your hosting services.

Platforms:

  • Bluemix
  • Heroku (future)
  • Amazon AWS (future)

Supported services:

  • Cloudant
  • Redis
  • PostgreSQL
  • MongoDB
  • MySQL

Basic Usage:

let manager = ConfigurationManager()

let mongoDBService = try manager.getMongoDBService()

mongoDBService.username
mongoDBService.password
mongoDBService.hostname
mongoDBService.port

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%