mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-21 21:55:27 +00:00
feat: add analytics to website and small improvements
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Postgres configuration
|
||||
POSTGRES_DB=cactoied_database
|
||||
POSTGRES_USER=cactoide
|
||||
POSTGRES_PASSWORD=cactoide_password
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoied_database"
|
||||
|
||||
# Application configuration
|
||||
APP_VERSION=latest
|
||||
ANALYTICS=true
|
||||
PORT=3000
|
||||
HOSTNAME=0.0.0.0
|
||||
NODE_ENV=production
|
||||
Reference in New Issue
Block a user