File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ level = "info"
3434# Example output to a terminal (with colors)
3535mode = " stderr-terminal"
3636
37- # Example output to a file, appending if it already exists.
38- # mode = "file"
39- # path = "logs/server.log"
40- # if_exists = "append"
37+ # Configuration for interacting with the timeseries database
38+ [timeseries_db ]
39+ address = " [::1]:8123"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ retry 2 gcloud compute instances create "$INSTANCE_NAME" \
4141 --description=" Machine automatically generated from branch ${BRANCH_NAME} of the oxidecomputer/console git repo." \
4242 --hostname=" ${INSTANCE_NAME} .internal.oxide.computer" \
4343 --zone=$ZONE \
44- --image=packer-1641329647 \
44+ --image=packer-1641331516 \
4545 --maintenance-policy=TERMINATE \
4646 --restart-on-failure \
4747 --machine-type=$INSTANCE_TYPE \
You can’t perform that action at this time.
0 commit comments