Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

missing environment variables #6

@henpanta

Description

@henpanta

Hi

I have no experience with Docker (managed to install though), just wanted to check the auth solution for nestjs, and could not start the app due to this error:

throw new MissingEnvVarsError(allowEmptyValues, options.path || '.env', example, missing, dotenvResult.error); ^ MissingEnvVarsError: The following variables were defined in .env.example but are not present in the environment: APP_UUID, APP_SALT, APP_SESSION_DOMAIN, APP_SESSION_SECRET, APP_SESSION_TIMEOUT, APP_PORT, APP_HOST, APP_MEMCACHED_HOST, APP_MEMCACHED_PORT, APP_DATABASE_TYPE, APP_DATABASE_USER, APP_DATABASE_PASSWORD, APP_DATABASE_HOST, APP_DATABASE_PORT, APP_DATABASE_NAME, APP_DATABASE_LOGGING, APP_LOGGER_LEVEL

I filled it with dummy values, the app still crashing:

1: node::Abort() [node] 2: 0x11e7759 [node] 3: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [node] 4: 0xb79dac [node] 5: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [node] 6: 0x2c42ce1842fd Aborted (core dumped)

Can you help me how to solve this configuration problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions