Make it public!
This commit is contained in:
16
.env.sample
Normal file
16
.env.sample
Normal file
@@ -0,0 +1,16 @@
|
||||
PORT=8000
|
||||
|
||||
POSTGRESQL_HOST="localhost"
|
||||
POSTGRESQL_USER="postgres"
|
||||
POSTGRESQL_PASSWORD="fake"
|
||||
POSTGRESQL_DBNAME="apollo"
|
||||
POSTGRESQL_PORT=5432
|
||||
POSTGRESQL_CAFILE=""
|
||||
|
||||
JWT_SECRET="fake"
|
||||
PASSWORD_SALT="fake"
|
||||
|
||||
BREVO_API_KEY="fake"
|
||||
|
||||
CONFIG_ALLOW_SIGNUPS="false"
|
||||
CONFIG_ENABLED_APPS="dashboard,news,contacts,calendar,tasks,files,notes,photos"
|
||||
Reference in New Issue
Block a user