changed postgres host for gitea
This commit is contained in:
parent
b1461b7f1f
commit
b91dd7f4bd
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ in
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
createDatabase = false;
|
createDatabase = false;
|
||||||
host = "192.168.2.5";
|
host = "postgres";
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
port = 5432;
|
port = 5432;
|
||||||
name = "giteadb";
|
name = "giteadb";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue