mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
Files conf
This commit is contained in:
parent
3358ea227e
commit
ffa4cbd4e4
69
config/application.yml.default
Normal file
69
config/application.yml.default
Normal file
@ -0,0 +1,69 @@
|
||||
-# Add application configuration variables here, as shown below.
|
||||
-
|
||||
-POSTGRES_HOST: localhost
|
||||
-POSTGRES_PASSWORD:
|
||||
-REDIS_HOST: localhost
|
||||
-ELASTICSEARCH_HOST: localhost
|
||||
-
|
||||
-SECRET_KEY_BASE: 83daf5e7b80d990f037407bab78dff9904aaf3c195a50f84fa8695a22287e707dfbd9524b403b1dcf116ae1d8c06844c3d7ed942564e5b46be6ae3ead93a9d30
|
||||
-STRIPE_API_KEY:
|
||||
-STRIPE_PUBLISHABLE_KEY:
|
||||
-STRIPE_CURRENCY: 'eur'
|
||||
-
|
||||
-INVOICE_PREFIX: Demo-FabLab-facture
|
||||
-FABLAB_WITHOUT_PLANS: 'false'
|
||||
-FABLAB_WITHOUT_SPACES: 'true'
|
||||
-
|
||||
-DEFAULT_MAIL_FROM: Fab Manager Demo <noreply@fab-manager.com>
|
||||
-
|
||||
-# For prod & staging env only
|
||||
-DEFAULT_HOST: fab-manager.com
|
||||
-DEFAULT_PROTOCOL: https
|
||||
-DELIVERY_METHOD: smtp
|
||||
-SMTP_ADDRESS:
|
||||
-SMTP_PORT: '587'
|
||||
-SMTP_USER_NAME:
|
||||
-SMTP_PASSWORD:
|
||||
-GA_ID: ''
|
||||
-##
|
||||
-
|
||||
-ADMIN_EMAIL: 'admin@fab-manager.com'
|
||||
-ADMIN_PASSWORD: 'adminadmin'
|
||||
-
|
||||
-DISQUS_SHORTNAME:
|
||||
-
|
||||
-TWITTER_NAME: 'FablabGrenoble'
|
||||
-TWITTER_CONSUMER_KEY: ''
|
||||
-TWITTER_CONSUMER_SECRET: ''
|
||||
-TWITTER_ACCESS_TOKEN: ''
|
||||
-TWITTER_ACCESS_TOKEN_SECRET: ''
|
||||
-
|
||||
-FACEBOOK_APP_ID: ''
|
||||
-
|
||||
-RAILS_LOCALE: 'fr'
|
||||
-APP_LOCALE: 'fr'
|
||||
-MOMENT_LOCALE: 'fr'
|
||||
-SUMMERNOTE_LOCALE: 'fr-FR'
|
||||
-ANGULAR_LOCALE: 'fr-fr'
|
||||
-MESSAGEFORMAT_LOCALE: 'fr'
|
||||
-FULLCALENDAR_LOCALE: 'fr'
|
||||
-
|
||||
-ELASTICSEARCH_LANGUAGE_ANALYZER: 'french'
|
||||
-
|
||||
-TIME_ZONE: 'Paris'
|
||||
-WEEK_STARTING_DAY: 'monday'
|
||||
-D3_DATE_FORMAT: '%d/%m/%y'
|
||||
-UIB_DATE_FORMAT: 'dd/MM/yyyy'
|
||||
-EXCEL_DATE_FORMAT: 'dd/mm/yyyy'
|
||||
-
|
||||
-OPENLAB_APP_SECRET:
|
||||
-OPENLAB_APP_ID:
|
||||
-OPENLAB_BASE_URI: 'https://openprojects.fab-manager.com'
|
||||
-
|
||||
-LOG_LEVEL: 'debug'
|
||||
-
|
||||
-ALLOWED_EXTENSIONS: pdf ai eps cad math svg stl dxf dwg obj step iges igs 3dm 3dmf doc docx png ino scad fcad skp sldprt sldasm slddrw slddrt tex latex ps
|
||||
-ALLOWED_MIME_TYPES: application/pdf application/postscript application/illustrator image/x-eps image/svg+xml application/sla application/dxf application/acad application/dwg application/octet-stream application/step application/iges model/iges x-world/x-3dmf application/vnd.openxmlformats-officedocument.wordprocessingml.document image/png text/x-arduino text/plain application/scad application/vnd.sketchup.skp application/x-koan application/vnd-koan koan/x-skm application/vnd.koan application/x-tex application/x-latex
|
||||
-
|
||||
-# 10485760 = 10 megabytes
|
||||
-MAX_IMAGE_SIZE: '10485760'
|
39
config/database.yml.default
Normal file
39
config/database.yml.default
Normal file
@ -0,0 +1,39 @@
|
||||
development:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
encoding: unicode
|
||||
database: fabmanager_development
|
||||
pool: 25
|
||||
username: sleede
|
||||
password: sleede
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
# Do not set this db to the same as development or production.
|
||||
test:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
encoding: unicode
|
||||
database: fabmanager_test
|
||||
pool: 25
|
||||
username: sleede
|
||||
password: sleede
|
||||
|
||||
staging:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
encoding: unicode
|
||||
database: fabmanager_development
|
||||
pool: 25
|
||||
username: sleede
|
||||
password: sleede
|
||||
|
||||
|
||||
production:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
encoding: unicode
|
||||
database: fabmanager_development
|
||||
pool: 25
|
||||
username: sleede
|
||||
password: sleede
|
Loading…
x
Reference in New Issue
Block a user