mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 15:08:46 +00:00
Production 환경에서의 DB 자동 Migration 구현
This commit is contained in:
@@ -8,6 +8,7 @@ if (!building) {
|
||||
}
|
||||
|
||||
export default {
|
||||
nodeEnv: env.NODE_ENV || "development",
|
||||
database: {
|
||||
host: env.DATABASE_HOST,
|
||||
port: env.DATABASE_PORT ? parseInt(env.DATABASE_PORT, 10) : undefined,
|
||||
|
||||
Reference in New Issue
Block a user