2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

remove unnecessary prefix

This commit is contained in:
Frederik Ring 2019-11-04 23:13:30 +01:00
parent cc9ea71f93
commit 6d6e28967d
2 changed files with 4 additions and 8 deletions

View File

@ -24,8 +24,7 @@
"options": {
"awslogs-create-group": true,
"awslogs-group": "production",
"awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "proxy"
"awslogs-region": "eu-central-1"
}
}
},
@ -43,8 +42,7 @@
"options": {
"awslogs-create-group": true,
"awslogs-group": "production",
"awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "server"
"awslogs-region": "eu-central-1"
}
}
}

View File

@ -25,8 +25,7 @@
"options": {
"awslogs-create-group": true,
"awslogs-group": "staging",
"awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "proxy"
"awslogs-region": "eu-central-1"
}
}
},
@ -44,8 +43,7 @@
"options": {
"awslogs-create-group": true,
"awslogs-group": "staging",
"awslogs-region": "eu-central-1",
"awslogs-stream-prefix": "server"
"awslogs-region": "eu-central-1"
}
}
}