zhaoyongjie commented on code in PR #24019:
URL: https://github.com/apache/superset/pull/24019#discussion_r1191046673


##########
superset_config.py:
##########
@@ -0,0 +1,145 @@
+from celery.schedules import crontab
+from cachelib.redis import RedisCache
+
+# Superset specific config
+ROW_LIMIT = 5000
+
+SUPERSET_WEBSERVER_PORT = 8088
+
+SECRET_KEY = '6M9tGysqSvHs9iz+z2koC1wFzoQY1uKoePCiw1rbCbxQ3bnQUVIfl1cT'
+
+POSTGRES_USER = 'bi'
+POSTGRES_PASSWORD = '7kOS0E5ptCC^'
+POSTGRES_HOST = 'zorp-prod.czqbkdy3uwjz.ap-south-1.rds.amazonaws.com'

Review Comment:
   PLEASE don't upload any PRIVATE information in the public code repository.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to