Skip to content

Commit

Permalink
Ajustar nome default
Browse files Browse the repository at this point in the history
  • Loading branch information
KanamyDamiao committed Jul 12, 2023
1 parent ea7da54 commit fa92040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const logLevel = getLogLevel(process.env.LOG_LEVEL)

const defaultConfig: Config = {
port: Number(process.env.PORT) || 3000,
jwtSecret: process.env.SECRET || 'controleatendimento',
jwtSecret: process.env.SECRET || 'raiosdeesperanca',
logs: {
color: true,
level: logLevel,
Expand Down

0 comments on commit fa92040

Please sign in to comment.