# astro2_23app
Version: 0.9.1
Author : Kouji Nakashima / kuc-arc-f.com
date : 2023/05/24
update : 2023/06/25
Astro 2 + Cloudflare D1 app , todo, plan, er-chart, task-list
KV (option)
PUBLIC_SYSTEM_NAME = "hoge_system"
PUBLIC_BASIC_AUTH_USER = "hoge"
PUBLIC_BASIC_AUTH_PASSWORD = "1111"
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="hoge123"
PUBLIC_KV_URL=https://hoge.com
PUBLIC_KV_KEY=""
# MAIL
PUBLIC_SMTP_HOST = "test.com"
PUBLIC_SMTP_PORT = 465
PUBLIC_SMTP_SECURE = true
PUBLIC_SMTP_AUTH_USER = "hoge"
PUBLIC_SMTP_AUTH_PASS = ""
PUBLIC_FROM_MAIL_ADDRESS = "[email protected]"
npm i
#start-dev
yarn dev
# build
yarn build
start
https://zenn.dev/knaka0209/books/b5e25eac05b2c5