diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-09-18 17:41:59 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-09-18 17:41:59 -0700 |
| commit | c2239d5e360d8d44a18e76c562d03a01dea05c74 (patch) | |
| tree | 898360217353744ade79750bb1dc6be16070c227 /config.ini | |
Initial Commit
Diffstat (limited to 'config.ini')
| -rw-r--r-- | config.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..cd8dfe6 --- /dev/null +++ b/config.ini @@ -0,0 +1,12 @@ +[database] +host = +port = 5432 +user = default +password = +database = verceldb + +[AUTH_database] +host = +user = +password = +database = |
