mini config infos

This commit is contained in:
Andreas Köpf
2022-12-13 12:02:49 +01:00
parent 159e9cfc13
commit 4dfec6ed70
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ version_path_separator = os # Use os.pathsep. Default configuration used for ne
# are written from script.py.mako
# output_encoding = utf-8
sqlalchemy.url = postgresql://ocgpt_backend_admin:829b5fc358842652fbdd04d0e6f012f2ff4227684f6b24a073b0ec78666e9d5a@localhost/ocgpt_backend
sqlalchemy.url = postgresql://<username>:<password>@<host>/<database_name>
[post_write_hooks]