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": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "nocoDB.md",
|
||||
"file": "Python FastAPI.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -98,7 +98,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "nocoDB.md",
|
||||
"file": "Python FastAPI.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -115,7 +115,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "nocoDB.md",
|
||||
"file": "Python FastAPI.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -138,7 +138,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "nocoDB.md"
|
||||
"file": "Python FastAPI.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -183,6 +183,13 @@
|
|||
},
|
||||
"active": "21582480bbd67502",
|
||||
"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",
|
||||
"YuNoHost.md",
|
||||
"Weaviate.md",
|
||||
|
@ -191,10 +198,8 @@
|
|||
"ComfyUI Fundamentals.md",
|
||||
"Untitled.md",
|
||||
"ComfyUI.md",
|
||||
"nocoDB.md",
|
||||
"Alpine - How to....md",
|
||||
"Alpine.js DOCS.md",
|
||||
"Python FastAPI.md",
|
||||
"Unsloth.md",
|
||||
"neo4j.md",
|
||||
"YuNoHost - Apps.md",
|
||||
|
@ -202,13 +207,8 @@
|
|||
"MusicBrainz.md",
|
||||
"Meillisearch.md",
|
||||
"Garment.md",
|
||||
"Product Colors.md",
|
||||
"GIMP Scripting.md",
|
||||
"Corbia spider.md",
|
||||
"Niche Fragrence.md",
|
||||
"Docker.md",
|
||||
"Install neo4j on Debian.md",
|
||||
"Debian.md",
|
||||
"Untitled",
|
||||
"Taylor Swift",
|
||||
"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 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