From cb705ade41bc15c9bb72d06e5ce7a44edf807055 Mon Sep 17 00:00:00 2001 From: Toastie Date: Sun, 15 Sep 2024 13:51:25 +1200 Subject: [PATCH] fixed creds_example --- src/EllieBot/creds_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EllieBot/creds_example.yml b/src/EllieBot/creds_example.yml index 1e0b338..977b597 100644 --- a/src/EllieBot/creds_example.yml +++ b/src/EllieBot/creds_example.yml @@ -81,7 +81,7 @@ db: # You MUST change this if you're not using "sqlite" type. # Default is "Data Source=data/EllieBot.db" # Example for postgresql: "Server=localhost;Port=5432;User Id=postgres;Password=my_super_secret_postgres_password;Database=ellie;" - connectionString: "Server=localhost;Port=3306;Uid=root;Pwd=BFrjAHS9gAzdNcyMN2kg;Database=ellie" + connectionString: Data Source=data/EllieBot.db # Address and port of the coordinator endpoint. Leave empty for default. # Change only if you've changed the coordinator address or port. coordinatorUrl: http://localhost:3442