-
The attached setup.yml will deploy this via Ansible-playbook, but may need some customisation for specific user environments. setup.yml
-
🌊 @dnldnzAuthor DeveloperIMPORTANT: The variables under
@primary_db_confighave to be manually filled on the source code before deployment.@primary_db_config = { adapter: 'postgresql', host: 'your-primary-hostname-here', # Replace with your primary's hostname port: 5432, database: 'gitlabhq_production', username: 'gitlab', password: 'your-password-here', # Replace with your primary's DB password encoding: 'unicode' }
Please register or sign in to comment