feat(env): Add necessary files

This commit is contained in:
Tom Hubrecht 2024-10-23 13:17:59 +02:00
parent 900073d3ab
commit f1259f73d7
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
3 changed files with 6 additions and 0 deletions

1
.credentials/SECRET_KEY Normal file
View file

@ -0,0 +1 @@
insecure-secret-key

1
.rhosts Normal file
View file

@ -0,0 +1 @@
+@eleves thubrecht

View file

@ -51,6 +51,9 @@ in
ps.markdown
ps.pillow
ps.loadcredential
# Dev packages
ps.django-stubs
]))
];
@ -61,6 +64,7 @@ in
BOCAL_DEBUG = builtins.toJSON true;
BOCAL_STATIC_ROOT = builtins.toString ./.static;
BOCAL_RHOSTS_PATH = builtins.toString ./.rhosts;
};
shellHook = ''