add app opensign

This commit is contained in:
2024-08-07 04:03:07 +10:00
parent 39ed806b09
commit bf0c3728d0
13 changed files with 295 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: opensign-env
data:
APP_ID: "opensign"
DO_REGION: "ap-southeast-2"
DO_SPACE: "opensign"
GENERATE_SOURCEMAP: "false"
MAILGUN_API_KEY: ""
MAILGUN_DOMAIN: "mail.yourdomain.com"
MAILGUN_SENDER: "postmaster@mail.yourdomain.com"
PARSE_MOUNT: "/app"
PUBLIC_URL: "https://opensign.cluster.edward.sydney"
REACT_APP_APPID: "opensign"
REACT_APP_SERVERURL: "https://server.opensign.cluster.edward.sydney/app"
SERVER_URL: "https://server.opensign.cluster.edward.sydney/app"
SMTP_ENABLE: "true"
USE_LOCAL: "true"
appName: "open_sign_server"