laconic-console/config-hosted.yml

43 lines
1.3 KiB
YAML
Raw Normal View History

2023-03-31 04:07:21 +00:00
#
# NODE_ENV=development
# NOTE: Set CONFIG_FILE to swap out this config file.
#
2023-03-31 20:55:09 +00:00
# TODO: write a tool to automated insertion of the template strings in files like this.
2023-03-31 04:07:21 +00:00
app:
title: 'Console'
org': 'Laconic'
theme: 'dark'
2023-03-31 20:55:09 +00:00
website: 'LACONIC_HOSTED_CONFIG_app_website' # e.g. https://laconic.com
2023-03-31 04:07:21 +00:00
publicUrl: '/console'
api:
2023-03-31 20:55:09 +00:00
server: 'LACONIC_HOSTED_CONFIG_api_server' # e.g. http://127.0.0.1:9004
2023-03-31 04:07:21 +00:00
path: '/api'
intervalLog: 5000
pollInterval: 10000
system:
debug: 'laconic:console:*'
services:
app:
prefix: '/app'
2023-03-31 20:55:09 +00:00
server: 'LACONIC_HOSTED_CONFIG_services_app_server' # e.g. http://127.0.0.1:5999
2023-03-31 04:07:21 +00:00
wns:
2023-03-31 20:55:09 +00:00
server: 'LACONIC_HOSTED_CONFIG_services_wns_server' # e.g. http://127.0.0.1:9473/api
webui: 'LACONIC_HOSTED_CONFIG_services_wns_webui' # e.g. http://127.0.0.1:9473/console
2023-03-31 04:07:21 +00:00
signal:
2023-03-31 20:55:09 +00:00
server: 'LACONIC_HOSTED_CONFIG_services_signal_server' # e.g. ws://127.0.0.1:4000
api: 'LACONIC_HOSTED_CONFIG_services_signal_api' # e.g. http://127.0.0.1:4000/api
2023-03-31 04:07:21 +00:00
ipfs:
2023-03-31 20:55:09 +00:00
server: 'LACONIC_HOSTED_CONFIG_services_ipfs_server' # e.g. http://127.0.0.1:5001
gateway: 'LACONIC_HOSTED_CONFIG_services_ipfs_gateway' # e.g. http://127.0.0.1:8888/ipfs/
2023-03-31 04:07:21 +00:00
wellknown:
2023-03-31 20:55:09 +00:00
endpoint: 'LACONIC_HOSTED_CONFIG_services_wellknown_endpoint' # e.g. http://127.0.0.1:9000/.well-known/laconic