16 lines
308 B
JSON
16 lines
308 B
JSON
|
|
{
|
||
|
|
"domain": "sfp.yourcompany.com",
|
||
|
|
"release_cadence": "production",
|
||
|
|
"cicdProvider": "github",
|
||
|
|
"workers": 1,
|
||
|
|
"auth": {
|
||
|
|
"useGlobalAuth": false
|
||
|
|
},
|
||
|
|
"supabase": {
|
||
|
|
"mode": "self-hosted"
|
||
|
|
},
|
||
|
|
"tlsMode": "custom",
|
||
|
|
"image_fqdn": "source.flxbl.io/flxbl/sfp-server",
|
||
|
|
"image_tag": "latest"
|
||
|
|
}
|