vault backup: 2024-10-03 18:33:21
Affected files: .obsidian/workspace.json Python FastAPI.md
This commit is contained in:
parent
1194dba722
commit
9acea1f8f0
|
@ -25,7 +25,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "nocoDB.md",
|
"file": "Python FastAPI.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "nocoDB.md",
|
"file": "Python FastAPI.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "nocoDB.md",
|
"file": "Python FastAPI.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "nocoDB.md"
|
"file": "Python FastAPI.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -183,6 +183,13 @@
|
||||||
},
|
},
|
||||||
"active": "21582480bbd67502",
|
"active": "21582480bbd67502",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Taylor Swift - the 1.md",
|
||||||
|
"Rust.md",
|
||||||
|
"Python FastAPI.md",
|
||||||
|
"Product Colors.md",
|
||||||
|
"Debian.md",
|
||||||
|
"Corbia spider.md",
|
||||||
|
"nocoDB.md",
|
||||||
"Liste des contributeurs à la Revue française de science politique.md",
|
"Liste des contributeurs à la Revue française de science politique.md",
|
||||||
"YuNoHost.md",
|
"YuNoHost.md",
|
||||||
"Weaviate.md",
|
"Weaviate.md",
|
||||||
|
@ -191,10 +198,8 @@
|
||||||
"ComfyUI Fundamentals.md",
|
"ComfyUI Fundamentals.md",
|
||||||
"Untitled.md",
|
"Untitled.md",
|
||||||
"ComfyUI.md",
|
"ComfyUI.md",
|
||||||
"nocoDB.md",
|
|
||||||
"Alpine - How to....md",
|
"Alpine - How to....md",
|
||||||
"Alpine.js DOCS.md",
|
"Alpine.js DOCS.md",
|
||||||
"Python FastAPI.md",
|
|
||||||
"Unsloth.md",
|
"Unsloth.md",
|
||||||
"neo4j.md",
|
"neo4j.md",
|
||||||
"YuNoHost - Apps.md",
|
"YuNoHost - Apps.md",
|
||||||
|
@ -202,13 +207,8 @@
|
||||||
"MusicBrainz.md",
|
"MusicBrainz.md",
|
||||||
"Meillisearch.md",
|
"Meillisearch.md",
|
||||||
"Garment.md",
|
"Garment.md",
|
||||||
"Product Colors.md",
|
|
||||||
"GIMP Scripting.md",
|
"GIMP Scripting.md",
|
||||||
"Corbia spider.md",
|
|
||||||
"Niche Fragrence.md",
|
"Niche Fragrence.md",
|
||||||
"Docker.md",
|
|
||||||
"Install neo4j on Debian.md",
|
|
||||||
"Debian.md",
|
|
||||||
"Untitled",
|
"Untitled",
|
||||||
"Taylor Swift",
|
"Taylor Swift",
|
||||||
"GNU"
|
"GNU"
|
||||||
|
|
|
@ -45,5 +45,3 @@ def read_root():
|
||||||
For API authentication and database connection, basically anything that requires a "secret". We're gonna use environnement variables.
|
For API authentication and database connection, basically anything that requires a "secret". We're gonna use environnement variables.
|
||||||
|
|
||||||
For development, we can write everything in a .env file that will be added to the .gitignore. In production, the content of the .env file will be placed in a "secret" file, usually in /etc/app_name/secret, that will be loaded as an Environnement file by the systemd service file.
|
For development, we can write everything in a .env file that will be added to the .gitignore. In production, the content of the .env file will be placed in a "secret" file, usually in /etc/app_name/secret, that will be loaded as an Environnement file by the systemd service file.
|
||||||
|
|
||||||
## Using ORMAR as an ORM
|
|
Loading…
Reference in New Issue