APP_NAME=Laravel APP_ENV=local APP_KEY=base64:w7hikBJ6gXLibXQFNgN5JFIo90A56d9/XHZlHNqXRpc= APP_DEBUG=false APP_LOG_LEVEL=debug APP_URL=https://nordichospitalitysuites.com DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=nordic13_db DB_USERNAME=nordic13_femi DB_PASSWORD=password123$ BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_DRIVER=sync REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 MAILCHIMP_APIKEY=772f2c01704385f9950cc6168dea5e8e-us4 MAILCHIMP_LIST_ID=230a4c35a9APP_NAME=Laravel APP_ENV=local APP_KEY=base64:w7hikBJ6gXLibXQFNgN5JFIo90A56d9/XHZlHNqXRpc= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_DRIVER=sync REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 APP_NAME=Laravel APP_ENV=local APP_KEY=base64:w7hikBJ6gXLibXQFNgN5JFIo90A56d9/XHZlHNqXRpc= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_DRIVER=sync REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 # You can leave this on "local". If you change it to production most console commands will ask for extra confirmation. # Never set it to "testing". APP_ENV=production # Set to true if you want to see debug information in error screens. APP_DEBUG=false # This should be your email address. # If you use Docker or similar, you can set this variable from a file by using SITE_OWNER_FILE # The variable is used in some errors shown to users who aren't admin. SITE_OWNER=mail@example.com # The encryption key for your sessions. Keep this very secure. # Change it to a string of exactly 32 chars or use something like `php artisan key:generate` to generate it. # If you use Docker or similar, you can set this variable from a file by using APP_KEY_FILE # # Avoid the "#" character in your APP_KEY, it may break things. # APP_KEY=base64:[[APP_KEY]] # Firefly III will launch using this language (for new users and unauthenticated visitors) # For a list of available languages: https://github.com/firefly-iii/firefly-iii/blob/main/config/firefly.php#L123 # # If text is still in English, remember that not everything may have been translated. DEFAULT_LANGUAGE=[[language]] # The locale defines how numbers are formatted. # by default this value is the same as whatever the language is. DEFAULT_LOCALE=equal # Change this value to your preferred time zone. # Example: Europe/Amsterdam # For a list of supported time zones, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ=Europe/Amsterdam # TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy. # Set it to ** and reverse proxies work just fine. TRUSTED_PROXIES= # The log channel defines where your log entries go to. # Several other options exist. You can use 'single' for one big fat error log (not recommended). # Also available are 'syslog', 'errorlog' and 'stdout' which will log to the system itself. # A rotating log option is 'daily', creates 5 files that (surprise) rotate. # A cool option is 'papertrail' for cloud logging # Default setting 'stack' will log to 'daily' and to 'stdout' at the same time. LOG_CHANNEL=daily # Log level. You can set this from least severe to most severe: # debug, info, notice, warning, error, critical, alert, emergency # If you set it to debug your logs will grow large, and fast. If you set it to emergency probably # nothing will get logged, ever. APP_LOG_LEVEL=notice # Audit log level. # The audit log is used to log notable Firefly III events on a separate channel. # These log entries may contain sensitive financial information. # The audit log is disabled by default. # # To enable it, set AUDIT_LOG_LEVEL to "info" # To disable it, set AUDIT_LOG_LEVEL to "emergency" AUDIT_LOG_LEVEL=emergency # # If you want, you can redirect the audit logs to another channel. # Set 'audit_stdout', 'audit_syslog', 'audit_errorlog' to log to the system itself. # Use audit_daily to log to a rotating file. # Use audit_papertrail to log to papertrail. # # If you do this, the audit logs may be mixed with normal logs because the settings for these channels # are often the same as the settings for the normal logs. AUDIT_LOG_CHANNEL= # # Used when logging to papertrail: # Also used when audit logs log to papertrail: # PAPERTRAIL_HOST= PAPERTRAIL_PORT= # Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III # For other database types, please see the FAQ: https://docs.firefly-iii.org/references/faq/install/#i-want-to-use-sqlite # If you use Docker or similar, you can set these variables from a file by appending them with _FILE # Use "pgsql" for PostgreSQL # Use "mysql" for MySQL and MariaDB. # Use "sqlite" for SQLite. DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] # leave empty or omit when not using a socket connection DB_SOCKET= # MySQL supports SSL. You can configure it here. # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MYSQL_USE_SSL=false MYSQL_SSL_VERIFY_SERVER_CERT=true # You need to set at least of these options MYSQL_SSL_CAPATH=/etc/ssl/certs/ MYSQL_SSL_CA= MYSQL_SSL_CERT= MYSQL_SSL_KEY= MYSQL_SSL_CIPHER= # PostgreSQL supports SSL. You can configure it here. # If you use Docker or similar, you can set these variables from a file by appending them with _FILE PGSQL_SSL_MODE=prefer PGSQL_SSL_ROOT_CERT=null PGSQL_SSL_CERT=null PGSQL_SSL_KEY=null PGSQL_SSL_CRL_FILE=null # For postgresql 15 and up, setting this to public will no longer work as expected, becasuse the # 'public' schema is without grants. This can be worked around by having a super user grant those # necessary privileges, but in security conscious setups that's not viable. # You will need to set this to the schema you want to use. PGSQL_SCHEMA=public # If you're looking for performance improvements, you could install memcached or redis CACHE_DRIVER=file SESSION_DRIVER=file # If you set either of the options above to 'redis', you might want to update these settings too # If you use Docker or similar, you can set REDIS_HOST_FILE, REDIS_PASSWORD_FILE or # REDIS_PORT_FILE to set the value from a file instead of from an environment variable # can be tcp or unix. http is not supported REDIS_SCHEME=tcp # use only when using 'unix' for REDIS_SCHEME. Leave empty otherwise. REDIS_PATH= # use only when using 'tcp' or 'http' for REDIS_SCHEME. Leave empty otherwise. REDIS_HOST=127.0.0.1 REDIS_PORT=6379 # Use only with Redis 6+ with proper ACL set. Leave empty otherwise. REDIS_USERNAME= REDIS_PASSWORD= # always use quotes and make sure redis db "0" and "1" exists. Otherwise change accordingly. REDIS_DB="0" REDIS_CACHE_DB="1" # Cookie settings. Should not be necessary to change these. # If you use Docker or similar, you can set COOKIE_DOMAIN_FILE to set # the value from a file instead of from an environment variable # Setting samesite to "strict" may give you trouble logging in. COOKIE_PATH="/" COOKIE_DOMAIN= COOKIE_SECURE=false COOKIE_SAMESITE=lax # If you want Firefly III to email you, update these settings # For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#email # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MAIL_MAILER=log MAIL_HOST=null MAIL_PORT=2525 MAIL_FROM=changeme@example.com MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_SENDMAIL_COMMAND= # # If you use self-signed certificates for your STMP server, you can use the following settings. # MAIL_ALLOW_SELF_SIGNED=false MAIL_VERIFY_PEER=true MAIL_VERIFY_PEER_NAME=true # Other mail drivers: # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MAILGUN_DOMAIN= MAILGUN_SECRET= # If you are on EU region in mailgun, use api.eu.mailgun.net, otherwise use api.mailgun.net # If you use Docker or similar, you can set this variable from a file by appending it with _FILE MAILGUN_ENDPOINT=api.mailgun.net # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MANDRILL_SECRET= SPARKPOST_SECRET= MAILERSEND_API_KEY= # Firefly III can send you the following messages. SEND_ERROR_MESSAGE=true # These messages contain (sensitive) transaction information: SEND_REPORT_JOURNALS=true # Set this value to true if you want to set the location of certain things, like transactions. # Since this involves an external service, it's optional and disabled by default. ENABLE_EXTERNAL_MAP=false # # Enable or disable exchange rate conversion. # ENABLE_EXCHANGE_RATES=false # Set this value to true if you want Firefly III to download currency exchange rates # from the internet. These rates are hosted by the creator of Firefly III inside # an Azure Storage Container. # Not all currencies may be available. Rates may be wrong. ENABLE_EXTERNAL_RATES=false # The map will default to this location: MAP_DEFAULT_LAT=51.983333 MAP_DEFAULT_LONG=5.916667 MAP_DEFAULT_ZOOM=6 # # Some objects have room for an URL, like transactions and webhooks. # By default, the following protocols are allowed: # http, https, ftp, ftps, mailto # # To change this, set your preferred comma separated set below. # Be sure to include http, https and other default ones if you need to. # VALID_URL_PROTOCOLS= # # Firefly III authentication settings # # # Firefly III supports a few authentication methods: # - 'web' (default, uses built in DB) # - 'remote_user_guard' for Authelia etc # Read more about these settings in the documentation. # https://docs.firefly-iii.org/how-to/firefly-iii/advanced/authentication/ # # LDAP is no longer supported :( # AUTHENTICATION_GUARD=web # # Remote user guard settings # AUTHENTICATION_GUARD_HEADER=REMOTE_USER AUTHENTICATION_GUARD_EMAIL= # # Firefly III generates a basic keypair for your OAuth tokens. # If you want, you can overrule the key with your own (secure) value. # It's also possible to set PASSPORT_PUBLIC_KEY_FILE or PASSPORT_PRIVATE_KEY_FILE # if you're using Docker secrets or similar solutions for secret management # PASSPORT_PRIVATE_KEY= PASSPORT_PUBLIC_KEY= # # Extra authentication settings # CUSTOM_LOGOUT_URL= # You can disable the X-Frame-Options header if it interferes with tools like # Organizr. This is at your own risk. Applications running in frames run the risk # of leaking information to their parent frame. DISABLE_FRAME_HEADER=false # You can disable the Content Security Policy header when you're using an ancient browser # or any version of Microsoft Edge / Internet Explorer (which amounts to the same thing really) # This leaves you with the risk of not being able to stop XSS bugs should they ever surface. # This is at your own risk. DISABLE_CSP_HEADER=false # If you wish to track your own behavior over Firefly III, set valid analytics tracker information here. # Nobody uses this except for me on the demo site. But hey, feel free to use this if you want to. # Do not prepend the TRACKER_URL with http:// or https:// # The only tracker supported is Matomo. # You can set the following variables from a file by appending them with _FILE: TRACKER_SITE_ID= TRACKER_URL= # # Firefly III supports webhooks. These are security sensitive and must be enabled manually first. # ALLOW_WEBHOOKS=false # # The static cron job token can be useful when you use Docker and wish to manage cron jobs. # 1. Set this token to any 32-character value (this is important!). # 2. Use this token in the cron URL instead of a user's command line token that you can find in /profile # # For more info: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/cron/ # # You can set this variable from a file by appending it with _FILE # STATIC_CRON_TOKEN=PLEASE_REPLACE_WITH_32_CHAR_CODE # You can fine tune the start-up of a Docker container by editing these environment variables. # Use this at your own risk. Disabling certain checks and features may result in lots of inconsistent data. # However if you know what you're doing you can significantly speed up container start times. # Set each value to true to enable, or false to disable. # Check if the SQLite database exists. Can be skipped if you're not using SQLite. # Won't significantly speed up things. DKR_CHECK_SQLITE=true # Leave the following configuration vars as is. # Unless you like to tinker and know what you're doing. APP_NAME="[[site_name]]" BROADCAST_DRIVER=log QUEUE_DRIVER=sync CACHE_PREFIX=firefly PUSHER_KEY= IPINFO_TOKEN= PUSHER_SECRET= PUSHER_ID= DEMO_USERNAME= DEMO_PASSWORD= # # Disable or enable the running balance column data # Please disable this. It's a very experimental feature. # USE_RUNNING_BALANCE=false # # The v2 layout is very experimental. If it breaks you get to keep both parts. # Be wary of data loss. # FIREFLY_III_LAYOUT=v1 # # Which Query Parser implementation to use for the search engine and rules # 'new' is experimental, 'legacy' is the classic one # QUERY_PARSER_IMPLEMENTATION=legacy # # Please make sure this URL matches the external URL of your Firefly III installation. # It is used to validate specific requests and to generate URLs in emails. # APP_URL=[[softurl]]/public DATABASE_URL="mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]/[[softdb]]" APP_SECRET=[[app_secret]]APP_NAME=Laravel APP_ENV=local APP_KEY=[[key]] APP_DEBUG=true APP_TIMEZONE=UTC APP_URL=[[softurl]] APP_LOCALE=en APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=en_US APP_MAINTENANCE_DRIVER=file # APP_MAINTENANCE_STORE=database PHP_CLI_SERVER_WORKERS=4 BCRYPT_ROUNDS=12 LOG_CHANNEL=stack LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] SESSION_DRIVER=database SESSION_LIFETIME=120 SESSION_ENCRYPT=false SESSION_PATH=/ SESSION_DOMAIN=null BROADCAST_CONNECTION=log FILESYSTEM_DISK=local QUEUE_CONNECTION=database CACHE_STORE=database CACHE_PREFIX= MEMCACHED_HOST=127.0.0.1 REDIS_CLIENT=phpredis REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=log MAIL_SCHEME=null MAIL_HOST=127.0.0.1 MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="${APP_NAME}" AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false VITE_APP_NAME="${APP_NAME}" # In all environments, the following files are loaded if they exist, # the later taking precedence over the former: # # * .env contains default values for the environment variables needed by the app # * .env.local uncommitted file with local overrides # * .env.$APP_ENV committed environment-specific defaults # * .env.$APP_ENV.local uncommitted environment-specific overrides # # Real environment variables win over .env files. # # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES. # # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration ###> symfony/framework-bundle ### APP_ENV=prod APP_SECRET=YOUR_APP_SECRET #TRUSTED_PROXIES=127.0.0.1,127.0.0.2 #TRUSTED_HOSTS='^localhost|example\.com$' ###< symfony/framework-bundle ### ###> doctrine/doctrine-bundle ### # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url # For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db" # Configure your db driver and server_version in config/packages/doctrine.yaml DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]] ###< doctrine/doctrine-bundle ### ###> symfony/swiftmailer-bundle ### # For Gmail as a transport, use: "gmail://username:password@localhost" # For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" # Delivery is disabled by default via "null://localhost" MAILER_URL=null://localhost ###< symfony/swiftmailer-bundle ### ###> google/recaptcha ### # To use Google Recaptcha, you must register a site on Recaptcha's admin panel: # https://www.google.com/recaptcha/admin GOOGLE_RECAPTCHA_SITE_KEY= GOOGLE_RECAPTCHA_SECRET= ###< google/recaptcha ### ###> symfony/mailer ### # MAILER_DSN=null://null ###< symfony/mailer ### #-------------------------------------------------------------------- # Example Environment Configuration file # # This file can be used as a starting point for # your Castopod instance settings. # # For manual configuration: # - copy this file's contents to a file named `.env` # - replace all the default settings with your values # - go to `/cp-install` to complete installation #-------------------------------------------------------------------- #-------------------------------------------------------------------- # Instance configuration #-------------------------------------------------------------------- app.baseURL="[[softurl]]/" media.baseURL="[[softurl]]/" admin.gateway="cp-admin" auth.gateway="cp-auth" analytics.salt="[[analytics_salt]]" #-------------------------------------------------------------------- # Database configuration #-------------------------------------------------------------------- database.default.hostname="[[softdbhost]]" database.default.database="[[softdb]]" database.default.username="[[softdbuser]]" database.default.password="[[softdbpass]]" database.default.DBPrefix="[[dbprefix]]" #-------------------------------------------------------------------- # Email configuration #-------------------------------------------------------------------- email.fromEmail="[[send_email]]" email.SMTPHost="[[out_host_server]]" email.SMTPUser="[[send_email]]" email.SMTPPass="[[send_email_pwd]]" email.SMTPPort="[[out_m_port]]" email.SMTPCrypto="[[out_ssl]]" #-------------------------------------------------------------------- # Cache configuration (advanced) # # Keep as is if you don't know what this means #-------------------------------------------------------------------- cache.handler="file" # Redis configuration #-------------------------------------------------------------------- # cache.handler="redis" # cache.redis.host="127.0.0.1" # cache.redis.password=null # cache.redis.port=6379 # cache.redis.database=0 #-------------------------------------------------------------------- # S3 configuration #-------------------------------------------------------------------- # media.fileManager="s3" # media.s3.endpoint="your_s3_host" # media.s3.key="your_s3_key" # media.s3.secret="your_s3_secret" # media.s3.region="your_s3_region" #-------------------------------------------------------------------- # REST API configuration #-------------------------------------------------------------------- # restapi.enabled=true # restapi.basicAuthUsername=castopod # restapi.basicAuthPassword=password # restapi.basicAuth=true APP_ENV=local INSTALLED=true APP_KEY=[[app_key]] DB_DRIVER=mysql DB_HOST=[[softdbhost]] DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] APPLICATION_NAME=[[site_name]] APPLICATION_DOMAIN=[[domhost]][[relativeurl]]/public APPLICATION_REFERENCE=[[app_ref]] APP_URL=[[softurl]]/public ADMIN_USERNAME=[[admin_username]] # APP CONFIG (DO NOT REMOVE!) APP_NAME="[[site_name]]" APP_ENV=production APP_KEY=[[enc_key]] APP_DEBUG=false APP_URL=[[softurl]] IGNITER_LOCATION_MODE=multiple # DATABASE CONFIG (DO NOT REMOVE!) DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" DB_PREFIX=[[dbprefix]] BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=log MAIL_HOST=null MAIL_PORT=null MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS=noreply@tastyigniter.tld MAIL_FROM_NAME="${APP_NAME}" # For a complete list of core environment variables see # https://docs.silverstripe.org/en/5/getting_started/environment_management/#core-environment-variables # DB credentials SS_DATABASE_CLASS="MySQLDatabase" SS_DATABASE_SERVER="[[softdbhost]]" SS_DATABASE_USERNAME="[[softdbuser]]" SS_DATABASE_PASSWORD="[[softdbpass]]" SS_DATABASE_NAME="[[softdb]]" SS_DEFAULT_ADMIN_USERNAME="[[admin_email]]" SS_DEFAULT_ADMIN_PASSWORD="[[admin_pass_plain]]" # WARNING: in a live environment, change this to "live" instead of dev SS_ENVIRONMENT_TYPE="live" #-------------------------------------------------------------------- # Example Environment Configuration file # # This file can be used as a starting point for your own # custom .env files, and contains most of the possible settings # available in a default install. # # By default, all of the settings are commented out. If you want # to override the setting, you must un-comment it by removing the '#' # at the beginning of the line. #-------------------------------------------------------------------- #-------------------------------------------------------------------- # ENVIRONMENT #-------------------------------------------------------------------- CI_ENVIRONMENT = production #-------------------------------------------------------------------- # APP #-------------------------------------------------------------------- app.baseURL = '[[softurl]]/public/' # If you have trouble with `.`, you could also use `_`. # app_baseURL = '' # app.forceGlobalSecureRequests = false # app.CSPEnabled = false #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = [[softdbhost]] database.default.database = [[softdb]] database.default.username = [[softdbuser]] database.default.password = [[softdbpass]] database.default.DBDriver = MySQLi database.default.DBPrefix = [[dbprefix]] database.default.port = 3306 # If you use MySQLi as tests, first update the values of Config\Database::$tests. # database.tests.hostname = localhost # database.tests.database = ci4_test # database.tests.username = root # database.tests.password = root # database.tests.DBDriver = MySQLi # database.tests.DBPrefix = # database.tests.charset = utf8mb4 # database.tests.DBCollat = utf8mb4_general_ci # database.tests.port = 3306 #-------------------------------------------------------------------- # ENCRYPTION #-------------------------------------------------------------------- # encryption.key = #-------------------------------------------------------------------- # SESSION #-------------------------------------------------------------------- # session.driver = 'CodeIgniter\Session\Handlers\FileHandler' # session.savePath = null #-------------------------------------------------------------------- # LOGGER #-------------------------------------------------------------------- # logger.threshold = 4 APP_ENV=local APP_DEBUG=false APP_KEY=[[APP_KEY]] DB_HOST=[[softdbhost]] DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] CACHE_DRIVER=file SESSION_DRIVER=file ATLANTIS_INSTALL=true MULTI_SITES=false # Every time you are making changes in .env file, in order changes to take an effect you need to run: # php artisan freescout:clear-cache # Application URL APP_URL=[[softurl]] # Use HTTP protocol and redirect to HTTPS APP_FORCE_HTTPS=[[APP_FORCE_HTTPS]] # Improve security SESSION_SECURE_COOKIE=false # Timezones: https://github.com/freescout-helpdesk/freescout/wiki/PHP-Timezones # Comment it to use default timezone from php.ini APP_TIMEZONE=America/New_York # Default language APP_LOCALE=[[language]] # Database settings DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" # Run the following console command to generate the key: php artisan key:generate # Otherwise application will show the following error: "Whoops, looks like something went wrong" APP_KEY=[[APP_KEY]] # Uncomment to see errors in your browser, don't forget to comment it back when debugging finished #APP_DEBUG=true APP_NAME=Lychee APP_ENV=production APP_KEY=base64:[[APP_KEY]] APP_DEBUG=false # This MUST contain the host name up to the Top Level Domain (tld) e.g. .com, .org etc. APP_URL=[[app_url]] APP_FORCE_HTTPS=false # If using Lychee in a sub folder, specify the path after the tld here. # For example for https://lychee.test/path/to/lychee # Set APP_URL=https://lychee.test # and APP_DIR=/path/to/lychee # We (LycheeOrg) do not recommend the use of APP_DIR. APP_DIR=[[relativeurl]]/public # enable or disable debug bar. By default it is disabled. # Do note that this disable CSP!! DEBUGBAR_ENABLED=false # enable or disable log viewer. By default it is enabled. LOG_VIEWER_ENABLED=true # enable or disable clockwork. By default it is disabled (and not provided on non-dev build). CLOCKWORK_ENABLE=false # enable or disable latency debug: adds a specific amount of time in milliseconds to wait before processing requests. # Always disabled on production environment. # APP_DEBUG_LATENCY=0 # All API requests to have the header "content-type: application/json" # or "content-type: multipart/form-data" depending on the type. # # If you want to disable this requirement, set this to false. # # This requirement prevents the use of the API from the API documentation page. REQUIRE_CONTENT_TYPE_ENABLED=true # enable s3 bucket (required in addition to needing AWS_ACCESS_KEY_ID) # S3_ENABLED=true # If you spread old links of to your albums in your Lychee instance starting with # https://lychee.text/#albumID/PhotoId # Set this value to true to enable redirection. LEGACY_V4_REDIRECT=false ############################################################################## # IMPORTANT: To migrate from Lychee v3 you *MUST* use the same MySQL/MariaDB # # server as v3. # ############################################################################## # Table prefix (e.g. lychee_) of a Lychee v3 instance for migration DB_OLD_LYCHEE_PREFIX= # DB_CONNECTION can be sqlite, mysql or pgsql. For sqlite the other entries are # not required, but an existing sqlite3 database may be specified if desired. # In this case, please use an absolute path. DB_DATABASE may be omitted but should # *not* be left blank. # Note that if DB_PASSWORD includes special characters, it must be enclosed in quotes. # e.g. DB_PASSWORD="lychee!@#$%^&" DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT= DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" DB_LOG_SQL=false DB_LOG_SQL_EXPLAIN=false #only for MySQL # List foreign keys in diagnostic page DB_LIST_FOREIGN_KEYS=false # Application timezone. If not specified, the server's default timezone is used. # Requires a named timezone identifier. # See https://www.php.net/manual/en/timezones.php for the list of supported timezones. # Don't use a timezone offset (like +01:00) or a timezone abbreviation (like CEST) # TIMEZONE=Europe/Paris # Visibility of directories and (media) files in LYCHEE_UPLOADS # Possible values are: # # - private: world group has neither read nor write access # - public: world group has read access but no write access (the default) # - world: world group has read and write access # # The default should suffice for most installations. # For improved security, change this setting to "private". # Some rare setups may require directories and files to be world writeable. # In this case, use "world" here. # USE WITH PRECAUTIONS: world writeable files and folders may be a SECURITY RISK. # LYCHEE_IMAGE_VISIBILITY=public # folders in which the files will be stored # LYCHEE_UPLOADS="/var/www/html/Lychee-Laravel/public/uploads/" # LYCHEE_DIST="/var/www/html/Lychee-Laravel/public/dist/" # LYCHEE_SYM="/var/www/html/Lychee-Laravel/public/sym/" # url to access those files # LYCHEE_UPLOADS_URL="uploads/" # LYCHEE_DIST_URL="dist/" # LYCHEE_SYM_URL="sym/" # Support for token based authentication used by API requests. Enabled by default. # ENABLE_TOKEN_AUTH=true # Lychee supports both Redis and file caching. # To use Redis, set CACHE_DRIVER to redis and configure the Redis connection. CACHE_DRIVER=file REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 # REDIS_URL=redis://:@: # If you use Redis as cache driver, we strongly recommend # to disable it for your Log Viewer. # Should redis crash, you will no longer be able to access your logs. LOG_VIEWER_CACHE_DRIVER=file # Session configuration SESSION_DRIVER=file SESSION_LIFETIME=120 # `sync` if jobs needs to be executed live (default) or `database` if they can be defered. QUEUE_CONNECTION=sync SECURITY_HEADER_HSTS_ENABLE=false SECURITY_HEADER_CSP_CONNECT_SRC= SECURITY_HEADER_SCRIPT_SRC_ALLOW= SECURITY_HEADER_CSP_CHILD_SRC= SECURITY_HEADER_CSP_FONT_SRC= SECURITY_HEADER_CSP_FORM_ACTION= SECURITY_HEADER_CSP_FRAME_ANCESTORS= SECURITY_HEADER_CSP_FRAME_SRC= SECURITY_HEADER_CSP_IMG_SRC= SECURITY_HEADER_CSP_MEDIA_SRC= SESSION_SECURE_COOKIE=false MAIL_DRIVER=smtp MAIL_HOST= MAIL_PORT= MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION= MAIL_FROM_NAME= MAIL_FROM_ADDRESS= # The trusted proxies if Lychee is behind a reverse proxy # Accepted values: # - `null`: no proxy # - `*`: any proxy # - [,]: a comma-seperated list of IP addresses TRUSTED_PROXIES=null # Comma-separated list of class names of diagnostics checks that should be skipped. #SKIP_DIAGNOSTICS_CHECKS= VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}" VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" # Oauth token data # XXX_REDIRECT_URI should be left as default unless you know exactly what you do. # AMAZON_SIGNIN_CLIENT_ID= # AMAZON_SIGNIN_SECRET= # AMAZON_SIGNIN_REDIRECT_URI=/auth/amazon/redirect # https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple # Note: the client secret used for "Sign In with Apple" is a JWT token that can have a maximum lifetime of 6 months. # The article above explains how to generate the client secret on demand and you'll need to update this every 6 months. # To generate the client secret for each request, see Generating A Client Secret For Sign In With Apple On Each Request. # https://bannister.me/blog/generating-a-client-secret-for-sign-in-with-apple-on-each-request # APPLE_CLIENT_ID= # APPLE_CLIENT_SECRET= # APPLE_REDIRECT_URI=/auth/apple/redirect # FACEBOOK_CLIENT_ID= # FACEBOOK_CLIENT_SECRET= # FACEBOOK_REDIRECT_URI=/auth/facebook/redirect # GITHUB_CLIENT_ID= # GITHUB_CLIENT_SECRET= # GITHUB_REDIRECT_URI=/auth/github/redirect # GOOGLE_CLIENT_ID= # GOOGLE_CLIENT_SECRET= # GOOGLE_REDIRECT_URI=/auth/google/redirect # MASTODON_DOMAIN=https://mastodon.social # MASTODON_ID= # MASTODON_SECRET= # MASTODON_REDIRECT_URI=/auth/mastodon/redirect # MICROSOFT_CLIENT_ID= # MICROSOFT_CLIENT_SECRET= # MICROSOFT_REDIRECT_URI=/auth/microsoft/redirect # NEXTCLOUD_CLIENT_ID= # NEXTCLOUD_CLIENT_SECRET= # NEXTCLOUD_REDIRECT_URI=/auth/nextcloud/redirect # NEXTCLOUD_BASE_URI= # KEYCLOAK_CLIENT_ID= # KEYCLOAK_CLIENT_SECRET= # KEYCLOAK_REDIRECT_URI=/auth/keycloak/redirect # KEYCLOAK_BASE_URL= # KEYCLOAK_REALM= # AUTHENTIK_BASE_URL= # AUTHENTIK_CLIENT_ID= # AUTHENTIK_CLIENT_SECRET= # AUTHENTIK_REDIRECT_URI=/auth/authentik/redirect # AUTHELIA_BASE_URL= # AUTHELIA_CLIENT_ID= # AUTHELIA_CLIENT_SECRET= # AUTHELIA_REDIRECT_URI=/auth/authelia/redirect # AWS support data # AWS_ACCESS_KEY_ID= # AWS_SECRET_ACCESS_KEY= # AWS_DEFAULT_REGION= # AWS_BUCKET= # AWS_URL= # AWS_ENDPOINT= # AWS_IMAGE_VISIBILITY= # AWS_USE_PATH_STYLE_ENDPOINT= ################################################################### # Vite local development without running a server. # # set VITE_LOCAL_DEV to true # # set VITE_HTTP_PROXY_TARGET to the rediction for the API calls. # ################################################################### # VITE_LOCAL_DEV=true # VITE_HTTP_PROXY_TARGET=http://localhost:8000APP_NAME="[[site_name]]" APP_ENV=local APP_KEY=base64:[[APP_KEY]] APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=[[softurl]]/public APP_LOCALE=en APP_FALLBACK_LOCALE=en DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=sync REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FETCH_HOST=smtp.yourmail.com MAIL_FETCH_PORT=110 MAIL_FETCH_USERNAME=hello@handesk.com MAIL_FETCH_PASSWORD=secret-password MAIL_FETCH_OPTIONS=/pop3 MAIL_FETCH_USE_SSL=true # for options check https://secure.php.net/manual/de/function.imap-open.php MAIL_SSLOPTIONS_ALLOW_SELF_SIGNED=false MAIL_SSLOPTIONS_VERIFY_PEER=true MAIL_SSLOPTIONS_VERIFY_PEER_NAME=true PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= # Leave ISSUES_DRIVER empty to not use any ISSUES_DRIVER=bitbucket BITBUCKET_USER=bitbucket-user-if-using-basic-auth BITBUCKET_PASSWORD=bitbucket-password-if-using-basic-auth BITBUCKET_OAUTH_KEY=bitbucket-oauth-key BITBUCKET_OAUTH_SECRET=bitbucket-oauth-secret APP_ENV=production APP_DEBUG=false APP_LOCALE=en APP_URL=[[softurl]]/public APP_KEY=[[key]] APP_CIPHER=AES-256-CBC REQUIRE_HTTPS=[[https_enable]] DB_TYPE=mysql DB_HOST=[[softdbhost]] DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] MAIL_DRIVER=smtp MAIL_PORT=587 MAIL_ENCRYPTION=tls MAIL_HOST= MAIL_USERNAME= MAIL_FROM_NAME= MAIL_FROM_ADDRESS= MAIL_PASSWORD= PHANTOMJS_CLOUD_KEY=a-demo-key-with-low-quota-per-ip-address PHANTOMJS_SECRET=[[PHANTOMJS_SECRET]] MAILGUN_DOMAIN= MAILGUN_SECRET= APP_NAME=[[site_name]] APP_ENV=production APP_VERSION=1.4.5 APP_KEY=[[APP_KEY]] APP_DEBUG=false APP_URL=[[softurl]]/public APP_ADMIN_URL=admin APP_TIMEZONE=America/New_York APP_LOCALE=en APP_CURRENCY=USD LOG_CHANNEL=stack DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] DB_PREFIX= BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_DRIVER=sync REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST=[[out_host_server]] MAIL_PORT=[[out_m_port]] MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION=tls SHOP_MAIL_FROM= ADMIN_MAIL_TO= MAIL_FROM_NAME= FIXER_API_KEY= EXCHANGE_RATES_API_KEY= PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" FACEBOOK_CLIENT_ID= FACEBOOK_CLIENT_SECRET= FACEBOOK_CALLBACK_URL=https://yourhost.com/customer/social-login/facebook/callback TWITTER_CLIENT_ID= TWITTER_CLIENT_SECRET= TWITTER_CALLBACK_URL=https://yourhost.com/customer/social-login/twitter/callback GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= GOOGLE_CALLBACK_URL=https://yourhost.com/customer/social-login/google/callback LINKEDIN_CLIENT_ID= LINKEDIN_CLIENT_SECRET= LINKEDIN_CALLBACK_URL=https://yourhost.com/customer/social-login/linkedin/callback GITHUB_CLIENT_ID= GITHUB_CLIENT_SECRET= GITHUB_CALLBACK_URL=https://yourhost.com/customer/social-login/github/callbackAPP_NAME=[[site_name]] APP_ENV=prod APP_KEY=[[APP_KEY]] APP_DEBUG=false APP_URL=[[softurl]]/public APP_TIMEZONE=America/New_York APP_LOCALE=en APP_CURRENCY=USD VITE_HOST= VITE_PORT= LOG_CHANNEL=stack LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] DB_PREFIX=[[dbprefix]] BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MEMCACHED_HOST=127.0.0.1 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=smtp MAIL_HOST=mailhog MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS=laravel@krayincrm.com MAIL_FROM_NAME="${APP_NAME}" MAIL_DOMAIN=webkul.com AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" APP_NAME=Akaunting APP_ENV=production APP_LOCALE=[[language]] APP_INSTALLED=true APP_KEY=base64:[[APP_KEY]] APP_DEBUG=false APP_SCHEDULE_TIME="09:00" APP_URL=[[softurl]] DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" DB_PREFIX=[[dbprefix]] BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_CONNECTION=sync LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug MAIL_MAILER=mail MAIL_HOST=localhost MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_NAME=null MAIL_FROM_ADDRESS=null FIREWALL_ENABLED=true MODEL_CACHE_ENABLED=true DEBUGBAR_EDITOR=vscode IGNITION_EDITOR=vscode ###> thelia/database-configuration ### DB_HOST=[[softdbhost]] DB_PORT=3306 DB_NAME=[[softdb]] DB_USER=[[softdbuser]] DB_PASSWORD=[[softdbpass]] ###< thelia/database-configuration #### # You should NOT use this file in production, but instead move the environment variables to your webserver configuration. # The .env file is only existing to simplify the initial setup! # #================================================================================ # Configure your database connection and set the correct server version. # # You have to replace the following values with your defaults: # - the version "5.7" (the database server version, examples for MySQL and MariaDB below) # - the database username "user" # - the password "password" for "user" # - the database schema "database" # - you might have to adapt port "3306" and server IP "127.0.0.1" as well # # For MySQL that would be "serverVersion=5.7" as in: # DATABASE_URL=mysql://user:password@127.0.0.1:3306/database?charset=utf8mb4&serverVersion=5.7 # # For MariaDB it would be "serverVersion=10.5.8-MariaDB": # DATABASE_URL=mysql://user:password@127.0.0.1:3306/database?charset=utf8mb4&serverVersion=10.5.8-MariaDB # DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]]?charset=utf8mb4&serverVersion=[[dbser_ver]] #================================================================================ # The full documentation can be found at https://www.kimai.org/documentation/emails.html # # Email will be sent with this address as sender: MAILER_FROM=kimai@example.com # Email connection (disabled by default) - see documentation for the format MAILER_URL=null://null #================================================================================ # do not change, unless you are developing for Kimai APP_ENV=prod #================================================================================ # should be changed to a unique character sequence, used for hashing cookies APP_SECRET=change_this_to_something_unique #================================================================================ # Running behind reverse proxies? Try these: # TRUSTED_PROXIES=127.0.0.1,127.0.0.2 # TRUSTED_HOSTS=localhost,example.com #================================================================================ # unlikely, that you need to change this one CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$ #-------------------------------------------------------------------- # ENVIRONMENT #-------------------------------------------------------------------- CI_ENVIRONMENT = production CI_DEBUG = false #-------------------------------------------------------------------- # APP #-------------------------------------------------------------------- app.appTimezone = 'UTC' #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = '[[softdbhost]]' database.default.database = '[[softdb]]' database.default.username = '[[softdbuser]]' database.default.password = '[[softdbpass]]' database.default.DBDriver = 'MySQLi' database.default.DBPrefix = 'ospos_' database.default.port = 3306 database.development.hostname = 'localhost' database.development.database = 'ospos' database.development.username = 'admin' database.development.password = 'pointofsale' database.development.DBDriver = 'MySQLi' database.development.DBPrefix = 'ospos_' database.development.port = 3306 database.tests.hostname = 'localhost' database.tests.database = 'ospos' database.tests.username = 'admin' database.tests.password = 'pointofsale' database.tests.DBDriver = 'MySQLi' database.tests.DBPrefix = 'ospos_' database.tests.charset = utf8mb4 database.tests.DBCollat = utf8mb4_general_ci database.tests.port = 3306 #-------------------------------------------------------------------- # EMAIL #-------------------------------------------------------------------- email.SMTPHost = '' email.SMTPUser = '' email.SMTPPass = '' email.SMTPPort = email.SMTPTimeout = 5 email.SMTPCrypto = 'tls' #-------------------------------------------------------------------- # ENCRYPTION #-------------------------------------------------------------------- encryption.key = '[[encryption_key]]' #-------------------------------------------------------------------- # HONEYPOT #-------------------------------------------------------------------- honeypot.hidden = true honeypot.label = 'Fill This Field' honeypot.name = 'honeypot' honeypot.template = '' honeypot.container = '
{template}
' #-------------------------------------------------------------------- # LOGGER # - 0 = Disables logging, Error logging TURNED OFF # - 1 = Emergency Messages - System is unusable # - 2 = Alert Messages - Action Must Be Taken Immediately # - 3 = Critical Messages - Application component unavailable, unexpected exception. # - 4 = Runtime Errors - Don't need immediate action, but should be monitored. # - 5 = Warnings - Exceptional occurrences that are not errors. # - 6 = Notices - Normal but significant events. # - 7 = Info - Interesting events, like user logging in, etc. # - 8 = Debug - Detailed debug information. # - 9 = All Messages #-------------------------------------------------------------------- logger.threshold = 0 app.db_log_enabled = false app.db_log_only_long = false DATABASE_USER=[[softdbuser]] DATABASE_PWD=[[softdbpass]] DATABASE_NAME=[[softdb]] DATABASE_URL=mysql://${DATABASE_USER}:${DATABASE_PWD}@[[softdbhost]]/${DATABASE_NAME}?serverVersion=5.7 MAILER_DSN=ses://${MAILER_ID}:${MAILER_KEY}@default APP_ENV=prod APP_DEBUG=0 APP_SECRET='[[secret]]' ZIKULA_INSTALLED='3.0.4'# -------------------------------------------- # REQUIRED: BASIC APP SETTINGS # -------------------------------------------- APP_ENV=production APP_DEBUG=false APP_KEY=[[APP_KEY]] APP_URL=[[softurl]]/public APP_TIMEZONE='UTC' APP_LOCALE='en-US' MAX_RESULTS=500 # -------------------------------------------- # REQUIRED: UPLOADED FILE STORAGE SETTINGS # -------------------------------------------- PRIVATE_FILESYSTEM_DISK=local PUBLIC_FILESYSTEM_DISK=local_public #PRIVATE_FILESYSTEM_DISK=s3_private #PUBLIC_FILESYSTEM_DISK=s3_public # -------------------------------------------- # REQUIRED: DATABASE SETTINGS # -------------------------------------------- DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] DB_PREFIX=[[dbprefix]] DB_DUMP_PATH='/usr/bin' DB_DUMP_SKIP_SSL=false DB_CHARSET=utf8mb4 DB_COLLATION=utf8mb4_unicode_ci DB_SANITIZE_BY_DEFAULT=false # -------------------------------------------- # OPTIONAL: SSL DATABASE SETTINGS # -------------------------------------------- DB_SSL=false DB_SSL_IS_PAAS=false DB_SSL_KEY_PATH=null DB_SSL_CERT_PATH=null DB_SSL_CA_PATH=null DB_SSL_CIPHER=null DB_SSL_VERIFY_SERVER=null # -------------------------------------------- # REQUIRED: OUTGOING MAIL SERVER SETTINGS # -------------------------------------------- MAIL_MAILER=smtp MAIL_HOST=email-smtp.us-west-2.amazonaws.com MAIL_PORT=587 MAIL_USERNAME=YOURUSERNAME MAIL_PASSWORD=YOURPASSWORD MAIL_FROM_ADDR=you@example.com MAIL_FROM_NAME='Snipe-IT' MAIL_REPLYTO_ADDR=you@example.com MAIL_REPLYTO_NAME='Snipe-IT' MAIL_AUTO_EMBED_METHOD='attachment' MAIL_TLS_VERIFY_PEER=true # MAIL_ENCRYPTION is no longer supported. SymfonyMailer will use tls if it's # advertised, and won't if it's not. If you want to use your mail server's IP but it's failing # because of certificate errors, set MAIL_TLS_VERIFY_PEER-true # -------------------------------------------- # REQUIRED: IMAGE LIBRARY # This should be gd or imagick # -------------------------------------------- IMAGE_LIB=gd # -------------------------------------------- # OPTIONAL: BACKUP SETTINGS # -------------------------------------------- MAIL_BACKUP_NOTIFICATION_DRIVER=null MAIL_BACKUP_NOTIFICATION_ADDRESS=null BACKUP_ENV=true ALLOW_BACKUP_DELETE=false ALLOW_DATA_PURGE=false ALL_BACKUP_KEEP_DAYS=7 DAILY_BACKUP_KEEP_DAYS=16 WEEKLY_BACKUP_KEEP_WEEKS=8 MONTHLY_BACKUP_KEEP_MONTHS=4 YEARLY_BACKUP_KEEP_YEARS=2 BACKUP_PURGE_OLDEST_AT_MEGS=5000 # -------------------------------------------- # OPTIONAL: SESSION SETTINGS # -------------------------------------------- SESSION_DRIVER=file SESSION_LIFETIME=12000 EXPIRE_ON_CLOSE=false ENCRYPT=false COOKIE_NAME=snipeit_session PASSPORT_COOKIE_NAME='snipeit_passport_token' COOKIE_DOMAIN=null SECURE_COOKIES=false API_TOKEN_EXPIRATION_YEARS=15 BS_TABLE_STORAGE=localStorage BS_TABLE_DEEPLINK=true # -------------------------------------------- # OPTIONAL: SECURITY HEADER SETTINGS # -------------------------------------------- APP_TRUSTED_PROXIES=192.168.1.1,10.0.0.1 ALLOW_IFRAMING=false REFERRER_POLICY=same-origin ENABLE_CSP=false ADDITIONAL_CSP_URLS=null CORS_ALLOWED_ORIGINS=null ENABLE_HSTS=false # -------------------------------------------- # OPTIONAL: CACHE SETTINGS # -------------------------------------------- CACHE_DRIVER=file QUEUE_DRIVER=sync CACHE_PREFIX=snipeit # -------------------------------------------- # OPTIONAL: REDIS SETTINGS # -------------------------------------------- REDIS_HOST=null REDIS_PASSWORD=null REDIS_PORT=null # -------------------------------------------- # OPTIONAL: MEMCACHED SETTINGS # -------------------------------------------- MEMCACHED_HOST=null MEMCACHED_PORT=null # -------------------------------------------- # OPTIONAL: PUBLIC S3 Settings # -------------------------------------------- PUBLIC_AWS_SECRET_ACCESS_KEY=null PUBLIC_AWS_ACCESS_KEY_ID=null PUBLIC_AWS_DEFAULT_REGION=null PUBLIC_AWS_BUCKET=null PUBLIC_AWS_URL=null PUBLIC_AWS_BUCKET_ROOT=null # -------------------------------------------- # OPTIONAL: PRIVATE S3 Settings # -------------------------------------------- PRIVATE_AWS_ACCESS_KEY_ID=null PRIVATE_AWS_SECRET_ACCESS_KEY=null PRIVATE_AWS_DEFAULT_REGION=null PRIVATE_AWS_BUCKET=null PRIVATE_AWS_URL=null PRIVATE_AWS_BUCKET_ROOT=null # -------------------------------------------- # OPTIONAL: AWS Settings # -------------------------------------------- AWS_ACCESS_KEY_ID=null AWS_SECRET_ACCESS_KEY=null AWS_DEFAULT_REGION=null # -------------------------------------------- # OPTIONAL: LOGIN THROTTLING # -------------------------------------------- LOGIN_MAX_ATTEMPTS=5 LOGIN_LOCKOUT_DURATION=60 LOGIN_AUTOCOMPLETE=false # -------------------------------------------- # OPTIONAL: FORGOTTEN PASSWORD SETTINGS # -------------------------------------------- RESET_PASSWORD_LINK_EXPIRES=15 PASSWORD_CONFIRM_TIMEOUT=10800 PASSWORD_RESET_MAX_ATTEMPTS_PER_MIN=50 # -------------------------------------------- # OPTIONAL: MISC # -------------------------------------------- LOG_CHANNEL=single LOG_DEPRECATIONS=false LOG_MAX_DAYS=10 APP_LOCKED=false APP_CIPHER=AES-256-CBC APP_FORCE_TLS=false APP_ALLOW_INSECURE_HOSTS=false GOOGLE_MAPS_API= LDAP_MEM_LIM=500M LDAP_TIME_LIM=600 IMPORT_TIME_LIMIT=600 IMPORT_MEMORY_LIMIT=500M REPORT_TIME_LIMIT=12000 REQUIRE_SAML=false API_THROTTLE_PER_MINUTE=120 CSV_ESCAPE_FORMULAS=true LIVEWIRE_URL_PREFIX=[[relativeurl]]/public # -------------------------------------------- # OPTIONAL: HASHING # -------------------------------------------- HASHING_DRIVER='bcrypt' BCRYPT_ROUNDS=10 ARGON_MEMORY=1024 ARGON_THREADS=2 ARGON_TIME=2 # -------------------------------------------- # OPTIONAL: SCIM # -------------------------------------------- SCIM_TRACE=false SCIM_STANDARDS_COMPLIANCE=false APP_NAME=Laravel APP_ENV=production APP_KEY=[[key]] APP_DEBUG=false APP_TIMEZONE=UTC APP_URL="[[softurl]]/public" REPORT_ERRORS=false APP_LOCALE=en APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=en_US APP_MAINTENANCE_DRIVER=file # APP_MAINTENANCE_STORE=database BCRYPT_ROUNDS=12 LOG_CHANNEL=stack LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST="[[softdbhost]]" DB_PORT=3306 DB_DATABASE="[[softdb]]" DB_USERNAME="[[softdbuser]]" DB_PASSWORD="[[softdbpass]]" SESSION_DRIVER=file SESSION_LIFETIME=120 SESSION_ENCRYPT=false SESSION_PATH=/ SESSION_DOMAIN=null BROADCAST_CONNECTION=log FILESYSTEM_DISK=local QUEUE_CONNECTION=database CACHE_STORE=database CACHE_PREFIX= MEMCACHED_HOST=127.0.0.1 REDIS_CLIENT=phpredis REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=log MAIL_HOST=127.0.0.1 MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="${APP_NAME}" AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false VITE_APP_NAME="${APP_NAME}" GEMINI_API_KEY=APP_DEBUG=false APP_BUGSNAG=true APP_URL=[[softurl]]/public APP_KEY=[[APP_KEY]] DB_TYPE=mysql DB_HOST="[[softdbhost]]" DB_PORT="" DB_DATABASE="[[softdb]]" DB_USERNAME="[[softdbuser]]" DB_PASSWORD="[[softdbpass]]" DB_ENGINE=InnoDB MAIL_MAILER=smtp MAIL_HOST=mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null CACHE_DRIVER=file SESSION_DRIVER=file SESSION_COOKIE_NAME=[[SESSION_COOKIE_NAME]] QUEUE_CONNECTION=sync JWT_TTL=4 FCM_SERVER_KEY=AIzaSyCyx5OFnsRFUmDLTMbPV50ZMDUGSG-bLw4 FCM_SENDER_ID=661051343223 REDIS_DATABASE=0 DB_INSTALL=1 APP_ENV=production JWT_SECRET=[[JWT_SECRET]] ATTENDIZE_DEV=true ATTENDIZE_CLOUD=false APP_NAME=Attendize APP_ENV=production APP_KEY=[[APP_KEY]] APP_DEBUG=false APP_URL=[[softurl]] LOG_CHANNEL=stack DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST=maildev MAIL_PORT=25 MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" # Attendize Variables DEFAULT_DATEPICKER_SEPERATOR="-" DEFAULT_DATEPICKER_FORMAT="yyyy-MM-dd HH:mm" DEFAULT_DATETIME_FORMAT="Y-m-d H:i" APP_TIMEZONE= MAIL_FROM_ADDRESS=testing@attendize.com MAIL_FROM_NAME=testing_service # https://github.com/NitMedia/wkhtml2pdf#driver-types WKHTML2PDF_BIN_FILE=wkhtmltopdf-amd64 # Google Analytics GOOGLE_ANALYTICS_ID= GOOGLE_MAPS_GEOCODING_KEY= # Captcha Configuration CAPTCHA_IS_ON=false # can be recaptcha or hcaptcha CAPTCHA_TYPE= CAPTCHA_KEY= CAPTCHA_SECRET= TWITTER_WIDGET_ID= LOG=errorlog DB_TYPE=mysql APP_NAME="Invoice Ninja" APP_ENV=production APP_KEY=[[key]] APP_DEBUG="false" APP_URL="[[protocol]]://[[domhost]]" REACT_URL=http://localhost:3001 DB_CONNECTION="mysql" MULTI_DB_ENABLED=false DB_HOST="[[softdbhost]]" DB_DATABASE="[[softdb]]" DB_USERNAME="[[softdbuser]]" DB_PASSWORD="[[softdbpass]]" DB_PORT="3306" DEMO_MODE=false BROADCAST_DRIVER=log LOG_CHANNEL=stack CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MAIL_MAILER="log" REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 POSTMARK_API_TOKEN= REQUIRE_HTTPS="[[https_enable]]" GOOGLE_MAPS_API_KEY= ERROR_EMAIL= TRUSTED_PROXIES= SCOUT_DRIVER=null NINJA_ENVIRONMENT="selfhost" #options - snappdf / phantom / hosted_ninja PDF_GENERATOR=hosted_ninja PHANTOMJS_KEY='a-demo-key-with-low-quota-per-ip-address' PHANTOMJS_SECRET=secret UPDATE_SECRET=[[update_secret]] DELETE_PDF_DAYS=60 DELETE_BACKUP_DAYS=60 COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' GOOGLE_PLAY_PACKAGE_NAME= APPSTORE_PASSWORD= MICROSOFT_CLIENT_ID= MICROSOFT_CLIENT_SECRET= MICROSOFT_REDIRECT_URI= APPLE_CLIENT_ID= APPLE_CLIENT_SECRET= APPLE_REDIRECT_URI= NORDIGEN_SECRET_ID= NORDIGEN_SECRET_KEY= GOCARDLESS_CLIENT_ID= GOCARDLESS_CLIENT_SECRET= OPENEXCHANGE_APP_ID= MAIL_PORT=0 MAIL_ENCRYPTION= MAIL_HOST= MAIL_USERNAME= MAIL_FROM_NAME= MAIL_FROM_ADDRESS= MAIL_PASSWORD= APP_SECRET=[[APP_SECRET]] APP_URL=[[softurl]]/public DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]] COMPOSER_HOME=[[softpath]]/var/cache/composer INSTANCE_ID=[[instance_id]] BLUE_GREEN_DEPLOYMENT=1 OPENSEARCH_URL=http://localhost:9200 ADMIN_OPENSEARCH_URL=http://localhost:9200###> symfony/lock ### # Choose one of the stores below # postgresql+advisory://db_user:db_password@localhost/db_name LOCK_DSN=flock ###< symfony/lock ### ###> symfony/messenger ### # Choose one of the transports below # MESSENGER_TRANSPORT_DSN=doctrine://default # MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages # MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages ###< symfony/messenger ### ###> symfony/mailer ### MAILER_DSN=null://null ###< symfony/mailer ### ###> shopware/core ### APP_ENV=prod APP_SECRET=[[APP_SECRET]] APP_URL=[[softurl]]/public DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]] COMPOSER_HOME=[[softpath]]/var/cache/composer INSTANCE_ID=[[instance_id]] BLUE_GREEN_DEPLOYMENT=1 ###< shopware/core ### ADMIN_OPENSEARCH_URL=http://localhost:9200 ###> shopware/elasticsearch ### SHOPWARE_ES_HOSTS=http://localhost:9200 SHOPWARE_ES_ENABLED=0 SHOPWARE_ES_INDEXING_ENABLED=0 SHOPWARE_ES_INDEX_PREFIX=sw SHOPWARE_ES_THROW_EXCEPTION=1 SHOPWARE_ADMIN_ES_INDEX_PREFIX=sw-admin SHOPWARE_ADMIN_ES_ENABLED=0 SHOPWARE_ADMIN_ES_REFRESH_INDICES=0 ###< shopware/elasticsearch ### ###> shopware/storefront ### SHOPWARE_HTTP_CACHE_ENABLED=1 SHOPWARE_HTTP_DEFAULT_TTL=7200 ###< shopware/storefront ### APP_PROJECT_KEY="[[fusio_project_key]]" # dev or prod APP_ENV=prod # true or false APP_DEBUG=false APP_CONNECTION="pdo-mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]/[[softdb]]" APP_MAILER="native://default" APP_MESSENGER="doctrine://default" APP_URL="[[softurl]]/public" APP_APPS_URL="[[softurl]]/public/apps" APP_MAIL_SENDER="" APP_TRUSTED_IP_HEADER="" APP_TENANT_ID="" SDKGEN_CLIENT_ID="" SDKGEN_CLIENT_SECRET=""