italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
23 stars 25 forks source link

docker-prepare.sh #266

Closed alex-webloomit closed 1 year ago

alex-webloomit commented 1 year ago

While applying the rewrite rules, I think thant

"sed -e $SUB_WTA examples/wallet_trust_anchor/wallet_trust_anchor/settingslocal.py.example > $EXPFOLDER/wallet_trust_anchor/wallet_trust_anchor/settingslocal.py"

should be instead

"sed -e $SUB_WTA examples/wallet_trust_anchor/wallet_trust_anchor/settingslocal.py > $EXPFOLDER/wallet_trust_anchor/wallet_trust_anchor/settingslocal.py"

peppelinux commented 1 year ago

temo che l'errore sia la presenza di settingslocal.py piuttosto che settingslocal.py.example

quindi la PR riparatoria deve aggiungere settingslocal.py in gitignore e aggiungere settingslocal.py.example

che ne pensate?

rglauco commented 1 year ago

sono d'accordo, ho inserito la riga in .gitignore nella PR attualmente aperta