envvars are now invisible to git
This commit is contained in:
parent
eca6e5d716
commit
e9f2a840a4
3 changed files with 12 additions and 7 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -281,7 +281,6 @@ fabric.properties
|
||||||
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
|
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
|
||||||
.idea/**/azureSettings.xmlnn
|
.idea/**/azureSettings.xmlnn
|
||||||
|
|
||||||
envvars.env
|
|
||||||
|
|
||||||
# Test blog posts
|
# Test blog posts
|
||||||
/markdownblog/mdfiles/*
|
/markdownblog/mdfiles/*
|
||||||
|
/envvars.env
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
POSTGRES_PASSWORD=Pwp9^SXoD9X%R$A$fCX5
|
|
||||||
POSTGRES_USER=mainuser
|
|
||||||
POSTGRES_DB=django_main
|
|
||||||
MD_FILE_PATH=/markdownblog/mdfiles
|
|
||||||
10
markdownblog/markdownblog/templates/blog/viewpost.html
Normal file
10
markdownblog/markdownblog/templates/blog/viewpost.html
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Title</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue