mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-03 05:20:38 +00:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
let Server = { server_name : Text, certificate : Text, private_key : Text }
|
|
|
|
let servers
|
|
: List Server
|
|
= [ ./foo.bar.localhost/server.dhall, ./neon.localhost/server.dhall ]
|
|
|
|
in servers
|