diff --git a/configs/config.yaml b/configs/config.yaml index e90a878..3c3dbc1 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -6,10 +6,7 @@ server: addr: 0.0.0.0:9000 timeout: 1s data: - database: - driver: mysql - source: root:root@tcp(127.0.0.1:3306)/test - redis: - addr: 127.0.0.1:6379 - read_timeout: 0.2s - write_timeout: 0.2s + spiceDb: + useTLS: false + endpoint: localhost:50051 + tokenFile: spicedb_pre_shared