fixed creds_example
This commit is contained in:
parent
5b451cee74
commit
cb705ade41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue