-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #878 from NFDI4Chem/development
Development
- Loading branch information
Showing
285 changed files
with
14,020 additions
and
3,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
APP_NAME=Laravel | ||
APP_ENV=development | ||
APP_KEY= | ||
APP_DEBUG=true | ||
APP_URL=http://localhost:80 | ||
APP_DESCRIPTION='nmrXiv is currently developed as the FAIR, consensus-driven NMR data repository and computational platform. The ultimate goal is to accelerate broader coordination and data sharing among natural product (NP) researchers by enabling the storage, management, sharing and analysis of NMR data.' | ||
COOL_OFF_PERIOD=10 | ||
SCHEMA_VERSION=beta | ||
|
||
SHOW_BANNER=true | ||
|
||
GITHUB_LICENSE_URL=https://api.github.com/licenses | ||
EUROPEMC_WS_API=https://www.ebi.ac.uk/europepmc/webservices/rest/search | ||
ORCID_ID_SEARCH_API=https://pub.orcid.org/v2.1/search | ||
ORCID_ID_EMPLOYMENT_API=https://pub.orcid.org/v3.0/{orcid_id}/employments | ||
ORCID_ID_PERSON_API=https://pub.orcid.org/v3.0/{orcid_id}/person | ||
|
||
LOG_CHANNEL=stack | ||
LOG_LEVEL=debug | ||
|
||
DB_CONNECTION=pgsql | ||
DB_HOST=postgres | ||
DB_PORT=5432 | ||
DB_DATABASE=nmrxiv | ||
DB_USERNAME=postgres | ||
DB_PASSWORD=postgres | ||
|
||
BROADCAST_DRIVER=log | ||
CACHE_DRIVER=file | ||
FILESYSTEM_DRIVER=local | ||
QUEUE_CONNECTION=redis | ||
SESSION_DRIVER=redis | ||
SESSION_LIFETIME=120 | ||
|
||
MEMCACHED_HOST=memcached | ||
|
||
REDIS_CLIENT=predis | ||
REDIS_HOST=redis | ||
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=info@nmrxiv.org | ||
MAIL_FROM_NAME="${APP_NAME}" | ||
|
||
FILESYSTEM_DRIVER=ceph | ||
FILESYSTEM_DRIVER_PUBLIC=ceph_public | ||
|
||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_DEFAULT_REGION=us-east-1 | ||
AWS_BUCKET=nmrxiv | ||
AWS_BUCKET_PUBLIC=nmrxiv-public | ||
AWS_ENDPOINT=https://s3.uni-jena.de | ||
AWS_URL=https://s3.uni-jena.de | ||
|
||
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}" | ||
|
||
SCOUT_DRIVER=meilisearch | ||
SCOUT_PREFIX=dev_ | ||
MEILISEARCH_HOST=https://msdev.nmrxiv.org | ||
MEILISEARCH_KEY= | ||
MEILISEARCH_PUBLICKEY= | ||
|
||
GITHUB_CLIENT_ID= | ||
GITHUB_CLIENT_SECRET= | ||
GITHUB_REDIRECT_URL=http://localhost:80/auth/login/github/callback | ||
|
||
TWITTER_CLIENT_ID= | ||
TWITTER_CLIENT_SECRET= | ||
TWITTER_REDIRECT_URL=http://localhost:80/auth/login/twitter/callback | ||
|
||
TELESCOPE_ENABLED=false | ||
|
||
#Bioschema Properties. | ||
NMRXIV_PROVIDER=NFDI4Chem | ||
NMRXIV_PROVIDER_URL=https://www.nfdi4chem.de/ | ||
MEASUREMENT_TECHNIQUE=http://purl.obolibrary.org/obo/CHMO_0000613 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.