The package has been configured successfully. The configuration is stored inside the config/ally.ts
file.
Ally config relies on environment variables for the client id and secret. We recommend you to validate environment variables inside the env.ts
file.
DISCORD_CLIENT_ID: Env.schema.string(),
DISCORD_CLIENT_SECRET: Env.schema.string(),
GOOGLE_CLIENT_ID: Env.schema.string(),
GOOGLE_CLIENT_SECRET: Env.schema.string(),
TWITTER_CLIENT_ID: Env.schema.string(),
TWITTER_CLIENT_SECRET: Env.schema.string(),
GITHUB_CLIENT_ID: Env.schema.string(),
GITHUB_CLIENT_SECRET: Env.schema.string(),
FACEBOOK_CLIENT_ID: Env.schema.string(),
FACEBOOK_CLIENT_SECRET: Env.schema.string(),
SPOTIFY_CLIENT_ID: Env.schema.string(),
SPOTIFY_CLIENT_SECRET: Env.schema.string(),