Skip to content
Snippets Groups Projects
Commit eb776075 authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Added read only host to DB connection

parent 937d599e
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ type DatabaseCredentials struct { ...@@ -21,6 +21,7 @@ type DatabaseCredentials struct {
Host string `json:"host"` Host string `json:"host"`
Port int `json:"port"` Port int `json:"port"`
InstanceIdentifier string `json:"dbInstanceIdentifier"` InstanceIdentifier string `json:"dbInstanceIdentifier"`
ReadOnlyHost string `json:"aurora_read_only_host"`
} }
var ( var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment