mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 02:31:56 +10:00
build(docker): minimize production docker image size by using ubuntu:focal
This commit is contained in:
12
.env.example
12
.env.example
@ -1,10 +1,10 @@
|
||||
# Reactive Resume
|
||||
# App
|
||||
TZ=UTC
|
||||
SECRET_KEY=change-me
|
||||
|
||||
# URLs
|
||||
APP_URL=http://localhost:3000
|
||||
SERVER_URL=http://localhost:3100
|
||||
PUBLIC_APP_URL=https://localhost:3000
|
||||
PUBLIC_SERVER_URL=https://localhost:3100
|
||||
|
||||
# Database
|
||||
POSTGRES_HOST=localhost
|
||||
@ -25,9 +25,7 @@ MAIL_PORT=
|
||||
MAIL_USERNAME=
|
||||
MAIL_PASSWORD=
|
||||
|
||||
# Google OAuth
|
||||
GOOGLE_CLIENT_ID=change-me
|
||||
# Google
|
||||
PUBLIC_GOOGLE_CLIENT_ID=change-me
|
||||
GOOGLE_CLIENT_SECRET=change-me
|
||||
|
||||
# Google Web Fonts
|
||||
GOOGLE_API_KEY=change-me
|
||||
|
||||
Reference in New Issue
Block a user