diff options
Diffstat (limited to 'example-config.dhall')
-rw-r--r-- | example-config.dhall | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example-config.dhall b/example-config.dhall index 0b5d5ae..ae12897 100644 --- a/example-config.dhall +++ b/example-config.dhall @@ -1,6 +1,7 @@ { title = "Test Survey" , description = "This is a test survey." -, pubkey = Some "age1te673wg4decpplhwrtw2x8atglrn59t87q0tllx7n7uhnr7qrg0ss6f36g" +, lang = Lang.en +, pubkey = Some "age1f380w6eaeuydey65mmu88h4kqv50dda96pxlgkal78sufpnngypqnetmuu" , questions = [ { question = "first question", name = "question1", space = Answers.YesOrNo } , { question = "second question" |