mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-02 22:32:19 +00:00
Explicit
This commit is contained in:
parent
fcce0cfb7b
commit
f43c3565ad
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
// Returns valid DSL for PSQL
|
// Returns valid DSL for PSQL
|
||||||
func getMySQLConnectionString(schema string) string {
|
func getMySQLConnectionString(schema string) string {
|
||||||
return fmt.Sprintf(
|
return fmt.Sprintf(
|
||||||
"%s:%s@%s/%s",
|
"%s:%s@tcp(%s:3306)/%s",
|
||||||
MYSQL_USER,
|
MYSQL_USER,
|
||||||
MYSQL_PASS,
|
MYSQL_PASS,
|
||||||
MYSQL_HOST,
|
MYSQL_HOST,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue