Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: default custom-env-config settings caused name conflicts
  • Loading branch information
FossPrime authored May 19, 2023
commit e5e254bb6e4c8ad1b62f736066809c30434db75f
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const defaultConfig = ({}: AppGeneratorContext) => ({

const customEnvironment = {
port: {
__name: 'PORT',
__name: 'FEATHERS_PORT',
__format: 'number'
},
host: 'HOSTNAME',
host: 'FEATHERS_HOSTNAME',
authentication: {
secret: 'FEATHERS_SECRET'
}
Expand Down