Created
June 5, 2020 07:45
-
-
Save ivorscott/c28abf1baec44a8c86e10f194f1d54a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export API_DB_DISABLE_TLS=true | |
cd api | |
go run ./cmd/api | |
# or go run ./cmd/api --db-disable-tls=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment