package
Version:
v0.0.0-...-24333fe
Opens a new window with list of versions in this module.
Published: Oct 14, 2015
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RandomStr creates a random string. Used to create the database name.
type Config struct {
DropDB bool `env:"DROP_TEST_DB" envDefault:"true"`
PostgresURL string `env:"POSTGRES_URL" envDefault:"postgres://localhost:5432?sslmode=disable"`
DatabaseName string
MigrationsFolder string `env:"MIGRATIONS_PATH" envDefault:"./migrations"`
}
Config for ITs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.