add database schema migration for bug reports and users tables
This commit is contained in:
@@ -6,6 +6,7 @@ DB_DSN=root:secret@tcp(127.0.0.1:3306)/emly?parseTime=true&loc=UTC
|
||||
MAX_OPEN_CONNS=25
|
||||
MAX_IDLE_CONNS=5
|
||||
CONN_MAX_LIFETIME=5m
|
||||
DATABASE_NAME=emly
|
||||
|
||||
# API Keys
|
||||
API_KEY=key-one
|
||||
|
||||
Reference in New Issue
Block a user