mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
10 lines
216 B
YAML
10 lines
216 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: knowledge-explorer-config
|
|
namespace: semantica
|
|
data:
|
|
ALLOWED_ORIGINS: "https://knowledge-explorer.example.com"
|
|
FALKORDB_HOST: "falkordb"
|
|
FALKORDB_PORT: "6379"
|