mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
put back old env
This commit is contained in:
parent
02ffc89b59
commit
56ab5a72f3
90
.env
90
.env
@ -1,84 +1,22 @@
|
||||
APP_ENV=production
|
||||
|
||||
# Set to true if debugging
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
|
||||
# 32-character key (e.g 3EWBLwxTfh%*f&xRBqdGEIUVvn4%$Hfi)
|
||||
APP_KEY=df012c9dc2b32ef2645230eaa7817715
|
||||
|
||||
# Your app's name (shown on interface)
|
||||
APP_NAME=Polr
|
||||
|
||||
# Protocol to access your app. e.g https://
|
||||
APP_PROTOCOL=http://
|
||||
|
||||
# Your app's external address (e.g example.com)
|
||||
APP_ADDRESS=localhost:5000
|
||||
|
||||
# Your app's bootstrap stylesheet
|
||||
# e.g https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/flatly/bootstrap.min.css
|
||||
APP_STYLESHEET=//maxcdn.bootstrapcdn.com/bootswatch/3.3.6/superhero/bootstrap.min.css
|
||||
|
||||
# Set to today's date (e.g November 3, 2015)
|
||||
POLR_GENERATED_AT=February 19th, 2016
|
||||
|
||||
# Set to true after running setup script
|
||||
# e.g true
|
||||
POLR_SETUP_RAN=true
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
# Set to your DB host (e.g localhost)
|
||||
DB_HOST=localhost
|
||||
# DB port (e.g 3306)
|
||||
DB_PORT=3306
|
||||
# Set to your DB name (e.g polr)
|
||||
DB_DATABASE=polrdev
|
||||
# DB credentials
|
||||
# e.g root
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=root
|
||||
|
||||
# Polr Settings
|
||||
SETTING_PUBLIC_INTERFACE=true
|
||||
|
||||
# Set to true to allow signups, false to disable (e.g true/false)
|
||||
POLR_ALLOW_ACCT_CREATION=1
|
||||
|
||||
# Set to true to require activation by email (e.g true/false)
|
||||
POLR_ACCT_ACTIVATION=
|
||||
|
||||
SETTING_SHORTEN_PERMISSION=false
|
||||
SETTING_INDEX_REDIRECT=
|
||||
SETTING_PASSWORD_RECOV=false
|
||||
|
||||
SETTING_AUTO_API=on
|
||||
SETTING_ANON_API=on
|
||||
|
||||
APP_KEY=F8Lj#2v%!@$ku6FXrTBscBSs^O$VOvus
|
||||
|
||||
APP_LOCALE=en
|
||||
APP_FALLBACK_LOCALE=en
|
||||
|
||||
# DB_CONNECTION=mysql
|
||||
# DB_HOST=localhost
|
||||
# DB_PORT=3306
|
||||
# DB_DATABASE=homestead
|
||||
# DB_USERNAME=homestead
|
||||
# DB_PASSWORD=secret
|
||||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
QUEUE_DRIVER=database
|
||||
QUEUE_DRIVER=file
|
||||
|
||||
_API_KEY_LENGTH=15
|
||||
|
||||
# FILESYSTEM_DRIVER=local
|
||||
# FILESYSTEM_CLOUD=s3
|
||||
|
||||
# S3_KEY=null
|
||||
# S3_SECRET=null
|
||||
# S3_REGION=null
|
||||
# S3_BUCKET=null
|
||||
|
||||
# RACKSPACE_USERNAME=null
|
||||
# RACKSPACE_KEY=null
|
||||
# RACKSPACE_CONTAINER=null
|
||||
# RACKSPACE_REGION=null
|
||||
|
||||
# Do not touch
|
||||
POLR_RELDATE=January 18, 2016
|
||||
POLR_VERSION=2.0.0 Alpha 1
|
||||
POLR_BASE=32
|
||||
POLR_SECRET_BYTES=2
|
||||
VERSION=2.0.0 Alpha 1
|
||||
VERSION_RELMONTH=January
|
||||
VERSION_RELDAY=18
|
||||
VERSION_RELYEAR=2016
|
||||
|
Loading…
Reference in New Issue
Block a user