mirror of https://github.com/doccano/doccano.git
Browse Source
Merge pull request #1412 from scheiblr/master
Merge pull request #1412 from scheiblr/master
put variables to .env filepull/1469/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 40 additions and 26 deletions
Split View
Diff Options
@ -0,0 +1,14 @@ |
|||
# platform settings |
|||
ADMIN_USERNAME=admin |
|||
ADMIN_PASSWORD=password |
|||
ADMIN_EMAIL=admin@example.com |
|||
|
|||
|
|||
# rabbit mq settings |
|||
RABBITMQ_DEFAULT_USER=doccano |
|||
RABBITMQ_DEFAULT_PASS=doccano |
|||
|
|||
# database settings |
|||
POSTGRES_USER=doccano |
|||
POSTGRES_PASSWORD=doccano |
|||
POSTGRES_DB=doccano |
Write
Preview
Loading…
Cancel
Save