From 879d6150316423f5e607054d67c108531b743de5 Mon Sep 17 00:00:00 2001 From: steve-gmail Date: Thu, 12 Feb 2026 17:53:57 +0800 Subject: [PATCH] Create JSON file for ERP demo site configuration Added JSON configuration for the ERP demo site. --- domains/erp.owns.it.com.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/erp.owns.it.com.json diff --git a/domains/erp.owns.it.com.json b/domains/erp.owns.it.com.json new file mode 100644 index 0000000..a92f06f --- /dev/null +++ b/domains/erp.owns.it.com.json @@ -0,0 +1,13 @@ +{ + "description": "The ERP demo site for testing", + "domain": "owns.it.com", + "subdomain": "erp", + "owner": { + "repo": "https://github.com/steve-gmail/domainsproject", + "email": "steveyi168@gmail.com" + }, + "record": { + "A": ["116.63.178.245"] + }, + "proxied": false +}