Created
September 18, 2019 01:25
-
-
Save Lyuji282/45dcde1dd3a496b5c47d0617c8838b99 to your computer and use it in GitHub Desktop.
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
| ENV=Local | |
| APP_NAME= | |
| PORT= | |
| AUTH_KEY= | |
| KEY_PAIR= | |
| SIZE= | |
| INSTANCE_TYPE=t2.small | |
| GOOGLE_API_SECRET_KEY= | |
| API_DEBUG=True | |
| AWS_KEY= | |
| AWS_SECRET= | |
| S3_BUCKET_NAME= | |
| AWS_LOG_NAME= | |
| AWS_REGION=ap-northeast-1 | |
| AWS_TARGET_GROUP_ARN= | |
| AWS_SECURITY_GROUP_ID= | |
| AWS_VPC= | |
| AWS_SUBNET1= | |
| AWS_SUBNET2= | |
| CONTAINER_NAME_DEV=dkr.ecr.ap-northeast-1.amazonaws.com/ | |
| CONTAINER_NAME=dkr.ecr.ap-northeast-1.amazonaws.com/ | |
| CPU_LIMIT=1024 | |
| MEM_LIMIT=2048 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment