-
Notifications
You must be signed in to change notification settings - Fork 8
/
.env_template
42 lines (35 loc) · 1.17 KB
/
.env_template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
############
### PROD ###
############
PROFILE_PROD='prod'
AMI_PROD='ami-0701e7be9b2a77600'
INSTANCE_TYPE_PROD='t2.micro'
REGION_PROD='eu-west-1'
USERNAME_PROD='ubuntu'
ELASTIC_IP='54.228.108.127'
### PROD AWS CERDENTIALS ###
# AWS Subnet ID from the EC2 console Network Interface menu
SUBNET_ID_PROD='subnet-6e704508'
# AWS Security Group ID from the EC2 console Security Group menu
SECURITY_GROUPS_PROD='sg-82e5cec1'
# AWS Private Key Name from the EC2 menu : Key pairs : name
KEY_NAME_PROD=''
# /home/<username>/.ssh/<filename>.pem download from the EC2 menu : Create Key pair .pem file.
PRIVATE_KEY_PATH_PROD=''
#############
### STAGE ###
#############
PROFILE_STAGE='stage'
AMI_STAGE='ami-0701e7be9b2a77600'
INSTANCE_TYPE_STAGE='t2.micro'
REGION_STAGE='eu-west-1'
USERNAME_STAGE='ubuntu'
### STAGE AWS CREDENTIALS ###
# AWS Subnet ID from the EC2 console Network Interface menu
SUBNET_ID_STAGE=''
# AWS Security Group ID from the EC2 console Security Group menu
SECURITY_GROUPS_STAGE=''
# AWS Private Key Name from the EC2 menu : Key pairs : name
KEY_NAME_STAGE=''
# /home/<username>/.ssh/<filename>.pem download from the EC2 menu : Create Key pair .pem file.
PRIVATE_KEY_PATH_STAGE=''