Fixed a huge issue with database not being actually sent to the dedicated server outside. No Kevin Fang in my watch.
This commit is contained in:
parent
6066626adf
commit
37a23c3ad4
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ in {
|
||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
database = {
|
database = {
|
||||||
|
createDatabase = false; # Database already created, DO NOT REMOVE THIS OR IT WILL DEFAULT INTO INTERNAL ONE
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
host = "10.1.1.251"; # IP of your database server
|
host = "10.1.1.251"; # IP of your database server
|
||||||
name = "forgejo";
|
name = "forgejo";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue