$ ~/Desktop/Work/git-local-repo 디렉토리 생성
$ cd git-local-repo
$ git init
ecommerce.yml 파일 생성
$ git add ecommerce.yml
$ git commit -m "upload an application yaml file"
ecommerce.yml
token:
expiration_time: 86400000
secret: user_token
gateway:
ip: 192.168.0.4