This file contains hidden or 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
AWS_ACCESS_KEY_ID=test | |
AWS_SECRET_ACCESS_KEY=test | |
AWS_DEFAULT_REGION=ap-northeast-1 | |
USE_LOCALSTACK=true |
This file contains hidden or 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
DATABASE_URL="postgresql://postgres:password@localhost:5432/appdb?schema=app&connection_limit=1" |
最近fastifyを使っていて、たまたまfastify-sensibleというプラグインを見つけたのでメモ。 fastifyに便利なユーティリティーを追加するプラグイン、といった感じらしい。 GitHubリポジトリの例などはJavaScriptだったので、TypeScriptでもちゃんと動くか一応確認した。(※何の問題も無く動いた)
This file contains hidden or 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
# Created by https://www.toptal.com/developers/gitignore/api/node,vim,visualstudiocode,emacs,intellij+all | |
# Edit at https://www.toptal.com/developers/gitignore?templates=node,vim,visualstudiocode,emacs,intellij+all | |
### Emacs ### | |
# -*- mode: gitignore; -*- | |
*~ | |
\#*\# | |
/.emacs.desktop | |
/.emacs.desktop.lock | |
*.elc |