Skip to content

Commit

Permalink
Add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Apr 4, 2024
1 parent f45c43b commit 92245ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/database.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[postgresql]
host=${DB_HOST}
database=${DB_DATABASE_NAME}
user=${DB_USER}
password=${DB_PASSWORD}
port=${DB_PORT}

[api]
apikey=${API_KEY}
api_key_value=${API_KEY_VALUE}
base_url=${BASE_URL}


0 comments on commit 92245ae

Please sign in to comment.