fixed creds_example

This commit is contained in:
Toastie 2024-09-15 13:51:25 +12:00
parent 5b451cee74
commit cb705ade41
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -81,7 +81,7 @@ db:
# You MUST change this if you're not using "sqlite" type. # You MUST change this if you're not using "sqlite" type.
# Default is "Data Source=data/EllieBot.db" # 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;" # 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. # Address and port of the coordinator endpoint. Leave empty for default.
# Change only if you've changed the coordinator address or port. # Change only if you've changed the coordinator address or port.
coordinatorUrl: http://localhost:3442 coordinatorUrl: http://localhost:3442