Files
sfp-server-mangement-template/config/server-config.example.json
T

16 lines
308 B
JSON
Raw Normal View History

{
"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"
}