forked from cerc-io/ipld-eth-server
12 lines
165 B
Go
12 lines
165 B
Go
|
package config
|
||
|
|
||
|
func Public() Config {
|
||
|
return Config{
|
||
|
Database: Database{
|
||
|
Name: "vulcanize_public",
|
||
|
Hostname: "localhost",
|
||
|
Port: 5432,
|
||
|
},
|
||
|
}
|
||
|
}
|