This commit implements the core admin dashboard functionality including NextAuth authentication, Cloudflare D1 database integration with complete schema, and Cloudflare R2 file upload system for portfolio images. Features include artist management, appointment scheduling, and data migration capabilities.
4 lines
1019 B
JavaScript
4 lines
1019 B
JavaScript
export const production = {"DATABASE_URL":"file:./local.db","DIRECT_URL":"file:./local.db","NEXTAUTH_URL":"http://localhost:3001","NEXTAUTH_SECRET":"development-secret-key-for-testing-only-32-chars-minimum","AWS_ACCESS_KEY_ID":"8anNgS_OYEucE1dp3ImQLJDGdqZ6sgHMtmRnJ7u8","AWS_SECRET_ACCESS_KEY":"a877ad0cd4daf45701b6d2c7c66d740e","AWS_REGION":"auto","AWS_BUCKET_NAME":"united-tattoo","AWS_ENDPOINT_URL":"https://a19f770b9be1b20e78b8d25bdcfd3bbd.r2.cloudflarestorage.com","NODE_ENV":"development"};
|
|
export const development = {"DATABASE_URL":"file:./local.db","DIRECT_URL":"file:./local.db","NEXTAUTH_URL":"http://localhost:3001","NEXTAUTH_SECRET":"development-secret-key-for-testing-only-32-chars-minimum","AWS_ACCESS_KEY_ID":"8anNgS_OYEucE1dp3ImQLJDGdqZ6sgHMtmRnJ7u8","AWS_SECRET_ACCESS_KEY":"a877ad0cd4daf45701b6d2c7c66d740e","AWS_REGION":"auto","AWS_BUCKET_NAME":"united-tattoo","AWS_ENDPOINT_URL":"https://a19f770b9be1b20e78b8d25bdcfd3bbd.r2.cloudflarestorage.com","NODE_ENV":"development"};
|
|
export const test = {};
|