mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Changed PORT type from number to string (#6001)
This commit is contained in:
@@ -71,7 +71,7 @@ const defaults: Record<string, any> = {
|
||||
// Allows us to force certain environment variable into a type, instead of relying
|
||||
// on the auto-parsed type in processValues. ref #3705
|
||||
const typeMap: Record<string, string> = {
|
||||
PORT: 'number',
|
||||
PORT: 'string',
|
||||
|
||||
DB_NAME: 'string',
|
||||
DB_USER: 'string',
|
||||
|
||||
Reference in New Issue
Block a user