parent
8212f09934
commit
1b1eda652d
2 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
common__certbot__email: 'kotovalexarian@gmail.com'
|
||||
|
||||
rails__env_vars:
|
||||
POSTGRES_POOL: 5
|
||||
POSTGRES_HOST: 'private-db-postgresql-ams3-67143-do-user-4455684-0.db.ondigitalocean.com'
|
||||
POSTGRES_PORT: 25060
|
||||
|
|
|
@ -38,6 +38,9 @@ rails__gemset: crypto_libertarian-articles
|
|||
rails__env: production
|
||||
|
||||
rails__env_vars:
|
||||
POSTGRES_POOL: 5
|
||||
POSTGRES_HOST: 'private-db-postgresql-ams3-67143-do-user-4455684-0.db.ondigitalocean.com'
|
||||
POSTGRES_PORT: 25060
|
||||
POSTGRES_USER: 'crypto_libertarian_articles'
|
||||
POSTGRES_DB: 'crypto_libertarian_articles_production'
|
||||
POSTGRES_PASSWORD: !vault |
|
||||
|
|
Reference in a new issue