dnote/pkg/server/api/.env.dev
Sung Won Cho 35dc7abfae
Server migration (#214)
* Allow to run server side postgres migration

* Automate migration creation

* Check if sql-migrate exists
2019-06-29 12:31:42 +10:00

20 lines
451 B
Text

Host=http://127.0.0.1
Port=5000
WebPort=3000
GO_ENV=DEVELOPMENT
DB_HOST=localhost
POSTGRES_DB=dnote
POSTGRES_USER=sung
SmtpUsername=mock-SmtpUsername
SmtpPassword=mock-SmtpPassword
SmtpHost=mock-SmtpHost
GithubClientID=mock-github-client-id
GithubClientSecret=mock-github-client-secret
GoogleClientID=mock-google-client-id
GoogleClientSecret=mock-google-client-secret
StripeSecretKey=mock-stripe-secret-key
StripeWebhookSecret=mock-webhook-secret