From e8d0ac4a2ae39c3bafed50d28c2eda806348d1d5 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 18 Feb 2023 15:44:45 +0100 Subject: [PATCH] changed to env config --- config.example.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 config.example.yml diff --git a/config.example.yml b/config.example.yml deleted file mode 100644 index 145c9cb..0000000 --- a/config.example.yml +++ /dev/null @@ -1,10 +0,0 @@ -debug: false -scylladb: - host: 127.0.0.1 - username: user - password: password - keyspace: keyspace -rabbitmq: - host: "127.0.0.1" - username: "guest" - password: "guest" \ No newline at end of file