diff --git a/ops/app.json b/ops/app.json index 86adf57..e1a9907 100644 --- a/ops/app.json +++ b/ops/app.json @@ -1,5 +1,8 @@ { "run_list": [ "role[app]" - ] + ], + "custom-domain": "localhost.vm42.us", + "custom-title": "My gitea server!", + "db-password": "mypassword", }