Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
yotter
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz1
commited on
Jan 28
Commit
bf06cb1
·
verified
·
1 Parent(s):
143771e
Create .env
Browse files
Files changed (1)
hide
show
.env
+5
-0
.env
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
# Flaskアプリのシークレットキー(安全なランダム文字列を設定してください)
2
+
SECRET_KEY=your-secret-key
3
+
4
+
# データベースURL(SQLiteを使用する場合)
5
+
DATABASE_URL=sqlite:///app.db