private

package
v0.0.0-...-69ec8c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package private is for private items like passwords, API keys, and anything else that shouldn't be released to a public repository *when* townsourced is opensourced. The idea being that the entire code repository can be dropped into github or wherever, and only this package should be removed.

The intention is not for this package to contain "proprietary algoritms" or some other BS. I'd like for everything that is townsourced to be opensourced as well as to build townsourced using opensource libraries.

That being said, I can't predict what will be needed in the future, and I would much prefer to be able to easily open source townsourced even if that means moving access to proprietary libraries into this package.

Essentially, anything that shouldn't be put in a public repository should come from this package.

Index

Constants

View Source
const (
	FacebookAppID    = "redacted"
	FacebookDevAppID = "redacted"

	FacebookProdClientSecret = "redacted"
	FacebookDevClientSecret  = "redacted"
)

Facebook API keys - Used for Login with Facebook

View Source
const (
	TwitterAPIKey    = "redacted"
	TwitterAPISecret = "redacted"
)

Twitter API Keys - Used for Login with Twitter

View Source
const (
	GoogleClientID     = "redacted"
	GoogleClientSecret = "redacted"
	GoogleMapsAPIKey   = "redacted" // client-side maps won't work without this
)

Google API Keys - Used for login with Google, and google maps

View Source
const (
	SendGridAPIKey = "redacted"
)

SendGrid API keys - Used for sending emails

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL