Skip to content

Commit 0513352

Browse files
committed
Added DATABASE debug
1 parent eaf8db9 commit 0513352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
app = Flask(__name__)
1515
app.config["SECRET_KEY"] = secrets.token_hex(64)
1616
app.config["SQLALCHEMY_DATABASE_URI"] = os.environ.get("DATABASE_URL") # Set this in Render
17+
print("DATABASE_URL:", os.environ.get("DATABASE_URL"))
1718
app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = False
1819

1920
socketio = SocketIO(app)

0 commit comments

Comments
 (0)