feat: initial commit - 1000apps SaaS container
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Environment variables for 1000apps
|
||||
# Copy this to .env and fill in the values
|
||||
|
||||
# Database
|
||||
DATABASE_URL=postgresql://user:password@db:5432/1000apps
|
||||
|
||||
# NextAuth
|
||||
NEXTAUTH_SECRET=CHANGE_THIS_TO_RANDOM_32_CHARS
|
||||
NEXTAUTH_URL=https://1000apps.fluxtechnologies.uk
|
||||
|
||||
# Google OAuth (optional - for Google login)
|
||||
GOOGLE_CLIENT_ID=your_google_client_id
|
||||
GOOGLE_CLIENT_SECRET=your_google_client_secret
|
||||
Reference in New Issue
Block a user