From 8609f1e9f20ccdd9632c0a066b5fc16f9d7cd3a1 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 14 May 2020 20:43:46 +0000 Subject: [PATCH] Update 'ops/app.json' --- ops/app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", }