16 lines
338 B
Plaintext
16 lines
338 B
Plaintext
let makeApp = ../app/make.dhall
|
|
|
|
let Config = ../app/config.dhall
|
|
|
|
let cfg =
|
|
Config::{
|
|
, name = "idp"
|
|
, appPort = 5000
|
|
, image = "xena/idp:031320190918"
|
|
, domain = "idp.christine.website"
|
|
, leIssuer = "prod"
|
|
, envVars = /home/cadey/code/within-terraform-secret/idp.dhall
|
|
}
|
|
|
|
in makeApp cfg
|