# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema

# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
NEXT_PUBLIC_VERSION=TimyNote1.2.0
DATABASE_URL=file:../data.db
PORT=3000
PROD_PORT=3333
BASE_URL=http://localhost:3000/
PROD_BASE_URL=http://localhost:3333/
LOCAL_SERVER_BASE=http://localhost/wx-saas/license/
PRODUCTION_SERVER_BASE=https://license.word-x.com/
