Skip to content

Commit

Permalink
update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
angelominisci committed Nov 8, 2024
1 parent 742919b commit b32c62d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions config/configuration.properties
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# test-config.properties
spring.profiles.active=uat

browser=chrome
environment=test
cookie.config=true
headless=true
# the folder path must start with / and end with /
downloadFilePath=src/test/resources/dataPopulation/downloads/
loadComponentWaitTime=120
apiBaseUrl=https://webapi.test.notifichedigitali.it/bff/v1/
apiBaseUrl=https://webapi.${environment}.notifichedigitali.it/bff/v1/

#----------------------------------------------------------------
ragione.sociale.baldassarre = Comune di Milano
url.login.pg.dev = https://imprese.dev.notifichedigitali.it/
url.login.pg.test = https://imprese.test.notifichedigitali.it/
url.login.pf.dev = https://cittadini.dev.notifichedigitali.it/
url.login.pf.test = https://cittadini.test.notifichedigitali.it/
#url.login.pg.dev = https://imprese.dev.notifichedigitali.it/
url.login.pg.test = https://imprese.${environment}.notifichedigitali.it/
#url.login.pf.dev = https://cittadini.dev.notifichedigitali.it/
url.login.pf.test = https://cittadini.${environment}.notifichedigitali.it/

url.selfcare = https://uat.selfcare.pagopa.it/
url.mittente = https://selfcare.dev.notifichedigitali.it
url.mittente = https://selfcare.${environment}.notifichedigitali.it

codice.iun = YRUZ-NYXJ-DAJK-20240
codice.iun.n1 = YRUZ-NYXJ-DAJK-202405-N-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* */
@Getter
@Configuration
@PropertySource( value = "file:config/bearer-token-test.properties", ignoreResourceNotFound = true )
@PropertySource( value = "file:config/bearer-token-${environment}.properties", ignoreResourceNotFound = true )
public class BearerTokenConfig {


Expand Down

0 comments on commit b32c62d

Please sign in to comment.