Skip to content

Commit

Permalink
dev_action_setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Jun 20, 2024
1 parent 8b4a23a commit 6b22af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sefaria/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/pecha-15%40pecha-418412.iam.gserviceaccount.com",
"universe_domain": "googleapis.com"
}
print("TESTING ...", GOOGLE_APPLICATION_CREDENTIALS)


GEOIP_DATABASE = 'data/geoip/GeoLiteCity.dat'
Expand Down Expand Up @@ -353,4 +354,4 @@
logger_factory=structlog.stdlib.LoggerFactory(),
wrapper_class=structlog.stdlib.BoundLogger,
cache_logger_on_first_use=True,
)
)

0 comments on commit 6b22af8

Please sign in to comment.