Logo
Explore Help
Sign In
minhtrannhat/email_newsletter_api
1
0
Fork 0
You've already forked email_newsletter_api
Code Issues Pull Requests Packages Projects Releases Wiki Activity
email_newsletter_api/configuration/base.yaml

10 lines
161 B
YAML
Raw Normal View History

feat(api): containerization - Build SQLx queries beforehand so that we don't have to do PostgreSQL init right away at service start up - Created `Dockerfile.production` - Updated docs - Seperate configuration files for local and development environments
2024-05-10 19:38:07 -04:00
application:
port: 8000
host: 0.0.0.0
feat: use configuration.yaml to setup variables
2024-05-03 16:14:36 -04:00
database:
feat(api): containerization - Build SQLx queries beforehand so that we don't have to do PostgreSQL init right away at service start up - Created `Dockerfile.production` - Updated docs - Seperate configuration files for local and development environments
2024-05-10 19:38:07 -04:00
host: "localhost"
feat: use configuration.yaml to setup variables
2024-05-03 16:14:36 -04:00
port: 5432
username: "postgres"
password: "password"
feat(test): connecting to PostgreSQL - rename the database name in the configuration.yaml
2024-05-03 17:10:39 -04:00
database_name: "newsletter"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 37ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API