• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

setting env-config.properties

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

The present customerID length in my service-env-config.properties file is

core.commons.ddpawd.http.retryCount=5
core.commons.ddpawd.http.requestSentRetryEnabled=false
core.commons.ddpawd.http.timeoutInSeconds=15
core.commons.ddpawd.http.useConnectionPooling=false
core.commons.ddpawd.http.connectionTimeoutInMillisecondsForNewConnection=1000
core.commons.ddpawd.dotcom.service.endpoint=http………
#customer configuration
BILLCOMMONS_ENABLE_CODE=false
BILLCOMMONS_ACCT_LENGTH=9 // over here instead of 9, how can I have 9 or 10 as the customer length which would not fail my build? Since my customer length could be 9 or 10
 
reply
    Bookmark Topic Watch Topic
  • New Topic